python3Packages.pkginfo: 1.8.1 -> 1.8.2

This commit is contained in:
Fabian Affolter 2021-12-05 11:55:10 +01:00
parent af6071db60
commit a5627be4f1

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "pkginfo";
version = "1.8.1";
version = "1.8.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ZRdf+iyAciBnOkHDcVc6yaHqGxn/1e75FiePQoMZk08=";
sha256 = "sha256-VC4NC2dQ4uIcIBeYA+QKtQWY2AZtUQl6Djgsup6wK/8=";
};
checkInputs = [