python310Packages.dulwich: 0.20.35 -> 0.20.36

This commit is contained in:
Fabian Affolter 2022-05-15 21:00:39 +02:00 committed by Jonathan Ringer
parent dfc193057c
commit 72cb3780a5

View file

@ -12,11 +12,12 @@
, mock
, pkgs
, urllib3
, paramiko
, pythonOlder
}:
buildPythonPackage rec {
version = "0.20.35";
version = "0.20.36";
pname = "dulwich";
format = "setuptools";
@ -24,7 +25,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-lT9jAanfigkfqI1V7tOUqIv5mIzei+NBd1NUkQkYwZY=";
hash = "sha256-2s7xVJwSdffS1v7NLyz6O6ozB9AJpRTAwjIDP2uqXSE=";
};
LC_ALL = "en_US.UTF-8";
@ -43,6 +44,7 @@ buildPythonPackage rec {
gpgme
pkgs.gnupg
mock
paramiko
];
doCheck = !stdenv.isDarwin;