python310Packages.dulwich: 0.21.2 -> 0.21.3

Changelog: https://github.com/dulwich/dulwich/blob/dulwich-0.21.3/NEWS
This commit is contained in:
Fabian Affolter 2023-02-25 15:24:06 +01:00
parent e897e754a0
commit 59998c4ba5

View File

@ -17,7 +17,7 @@
}:
buildPythonPackage rec {
version = "0.21.2";
version = "0.21.3";
pname = "dulwich";
format = "setuptools";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-2GWuf9lJfWTONFpnhP8XdbATF/upYy750t/Xl48bDU8=";
hash = "sha256-fKO0U9dn64Oz7Fjwz83JNIdaNBzf2w3FXBQxyWYIz4M=";
};
LC_ALL = "en_US.UTF-8";