Merge pull request #215979 from fabaff/dulwich-bump

python310Packages.dulwich: 0.21.0 -> 0.21.2
This commit is contained in:
Mario Rodas 2023-02-12 12:57:57 -05:00 committed by GitHub
commit d1801a813d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";