Commit 049f406e authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.dulwich: 0.21.0 -> 0.21.2

parent 21f23dd5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";