python3Packages.dulwich: 0.20.32 -> 0.20.35

main
Fabian Affolter 2 years ago
parent 74c1fd0b5e
commit 51228022ba
  1. 4
      pkgs/development/python-modules/dulwich/default.nix

@ -16,7 +16,7 @@
}:
buildPythonPackage rec {
version = "0.20.32";
version = "0.20.35";
pname = "dulwich";
format = "setuptools";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-3FSYsHK9wSwe/+9LYgLNKkVCuxxtu03c/IxtU+CLSIw=";
hash = "sha256-lT9jAanfigkfqI1V7tOUqIv5mIzei+NBd1NUkQkYwZY=";
};
LC_ALL = "en_US.UTF-8";

Loading…
Cancel
Save