python3Packages.dulwich: 0.21.5 -> 0.21.6

Changelog: https://github.com/dulwich/dulwich/blob/dulwich-0.21.6/NEWS
This commit is contained in:
schnusch 2023-09-06 00:13:37 +02:00
parent 3bc174c154
commit 481363f9a8

View file

@ -17,15 +17,15 @@
}:
buildPythonPackage rec {
version = "0.21.5";
version = "0.21.6";
pname = "dulwich";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-cJVeTiSd3abjSkY2uQ906THlWPmTsXxSVw+mFEuZMQM=";
hash = "sha256-MPvofotR84E8Ex4oQchtAHQ00WC9FttYa0DUfzHdBbA=";
};
LC_ALL = "en_US.UTF-8";