about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dulwich
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-10-25 10:06:52 +0100
committerJonathan Ringer <jonringer117@gmail.com>2020-11-05 15:46:58 -0800
commit249b263128b0a52e9d0bb4322074da1c65f68e96 (patch)
tree09e6145010041d6cf756412a6c29132e1411abdd /pkgs/development/python-modules/dulwich
parent27a3c9226879f8b079fc7ad6a4c7f6ecf8f27150 (diff)
python3Packages.dulwich: 0.20.5 -> 0.20.6
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 de0d6f4c3e29c..caf584d84f7c0 100644
--- a/pkgs/development/python-modules/dulwich/default.nix
+++ b/pkgs/development/python-modules/dulwich/default.nix
@@ -4,12 +4,12 @@
 , git, glibcLocales }:
 
 buildPythonPackage rec {
-  version = "0.20.5";
+  version = "0.20.6";
   pname = "dulwich";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "98484ede022da663c96b54bc8dcdb4407072cb50efd5d20d58ca4e7779931305";
+    sha256 = "e593f514b8ac740b4ceeb047745b4719bfc9f334904245c6edcb3a9d002f577b";
   };
 
   LC_ALL = "en_US.UTF-8";