Unverified Commit d1801a81 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #215979 from fabaff/dulwich-bump

python310Packages.dulwich: 0.21.0 -> 0.21.2
parents ace058d5 049f406e
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";