python310Packages.dulwich: 0.21.0 -> 0.21.2

Changelog: https://github.com/dulwich/dulwich/blob/dulwich-0.21.2/NEWS
This commit is contained in:
Fabian Affolter 2023-02-12 13:47:11 +01:00
parent 21f23dd537
commit 049f406eb1

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