about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-02-12 12:57:57 -0500
committerGitHub <noreply@github.com>2023-02-12 12:57:57 -0500
commitd1801a813d5a3dfb2c32fab0e3b1be0906f51348 (patch)
tree6d3099e382f12486fe7bb2d90772a4b1ff580def /pkgs
parentace058d5759da35834d9b7d915eeed7987b480d6 (diff)
parent049f406eb14c607be931c257d2b844a296d16b60 (diff)
Merge pull request #215979 from fabaff/dulwich-bump
python310Packages.dulwich: 0.21.0 -> 0.21.2
Diffstat (limited to 'pkgs')
-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 ec4a1a93ca43a..315c0f8763b8d 100644
--- a/pkgs/development/python-modules/dulwich/default.nix
+++ b/pkgs/development/python-modules/dulwich/default.nix
@@ -17,7 +17,7 @@
 }:
 
 buildPythonPackage rec {
-  version = "0.21.0";
+  version = "0.21.2";
   pname = "dulwich";
   format = "setuptools";
 
@@ -25,7 +25,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-wizAXwIKlq012U1lIPgHAnC+4KN7V1aG0JwCeYsl7YY=";
+    hash = "sha256-2GWuf9lJfWTONFpnhP8XdbATF/upYy750t/Xl48bDU8=";
   };
 
   LC_ALL = "en_US.UTF-8";