python3Packages.pkginfo: 1.10.0 -> 1.11.1

This commit is contained in:
Martin Weinelt
2024-06-24 12:15:49 +02:00
parent 71f1f3773f
commit 784ce2224b
@@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "pkginfo";
version = "1.10.0";
version = "1.11.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-Xfc4NTmNENt5+O7NXNhrH20pMXWJ6nB5aZTUk5mvYpc=";
hash = "sha256-Lg3KHPTI45ZE7tMkCOqZZu4V4NMkxiuomaOTs8a0Z6o=";
};
nativeCheckInputs = [ pytestCheckHook ];