about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dulwich
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-10-30 21:09:16 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-10-30 13:19:44 -0700
commit49d91d32c8a9fab2602d1ba6241fda033ad006c3 (patch)
tree3ca34149c0f1f157df8f112e7072346ce491d6e4 /pkgs/development/python-modules/dulwich
parentda995f89909622b95f041ed1d18494250f6e4ee2 (diff)
python3Packages.dulwich: 0.20.25 -> 0.20.26
Diffstat (limited to 'pkgs/development/python-modules/dulwich')
-rw-r--r--pkgs/development/python-modules/dulwich/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dulwich/default.nix b/pkgs/development/python-modules/dulwich/default.nix
index 58ac73b472030..a0c7706c2ff18 100644
--- a/pkgs/development/python-modules/dulwich/default.nix
+++ b/pkgs/development/python-modules/dulwich/default.nix
@@ -15,12 +15,12 @@
 }:
 
 buildPythonPackage rec {
-  version = "0.20.25";
+  version = "0.20.26";
   pname = "dulwich";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "79baea81583eb61eb7bd4a819ab6096686b362c626a4640d84d4fc5539139353";
+    sha256 = "sha256-OKpQ+FnI6lMHGgScPx1cxU99xgpBNqGrYxdWp59lgrU=";
   };
 
   LC_ALL = "en_US.UTF-8";