about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dulwich
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-01-17 16:12:55 +0100
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-01-18 09:37:07 +0100
commite5fb9f7c32c6a12c80d84f4e58674cee065436a9 (patch)
treedf0896e6cf91ba4ebc31431f43da31d6f615b64b /pkgs/development/python-modules/dulwich
parent840cc2e38524a7fe06d039352af9584ccb32ceff (diff)
python: dulwich: 0.19.9 -> 0.19.10
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 ca0c2b8e3d379..e852076d8a2c2 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.19.9";
+  version = "0.19.10";
   pname = "dulwich";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "5e1e39555f594939a8aff1ca08b3bdf6c7efd4b941c2850760983a0197240974";
+    sha256 = "0330787f28c5252f12040b9a1c0f5990f19f806c12b3d510ee7ea1fa53a6f3b4";
   };
 
   LC_ALL = "en_US.UTF-8";