python311Packages.dulwich: 0.21.3 -> 0.21.5

Changelog: https://github.com/dulwich/dulwich/blob/dulwich-0.21.5/NEWS
This commit is contained in:
Fabian Affolter 2023-05-04 23:35:57 +02:00
parent 5ae6aff545
commit dc868ebd8e

View file

@ -17,7 +17,7 @@
}:
buildPythonPackage rec {
version = "0.21.3";
version = "0.21.5";
pname = "dulwich";
format = "setuptools";
@ -25,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-fKO0U9dn64Oz7Fjwz83JNIdaNBzf2w3FXBQxyWYIz4M=";
hash = "sha256-cJVeTiSd3abjSkY2uQ906THlWPmTsXxSVw+mFEuZMQM=";
};
LC_ALL = "en_US.UTF-8";