python310Packages.pbr: 5.8.1 -> 5.9.0

This commit is contained in:
Sandro Jäckel
2022-06-01 22:20:58 +02:00
committed by Jonathan Ringer
parent 9d0985f5d7
commit a4a4d9b2c0
@@ -7,13 +7,14 @@
buildPythonPackage rec {
pname = "pbr";
version = "5.8.1";
version = "5.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ZrxaNJEvQIuzklvyEjHLb1kgYme39j81A++GXBopLiU=";
sha256 = "sha256-6Nyi9LQ1YO3vWIE5afUqVs7wIxRsu4kxYm24DmwcQwg=";
};
# importlib-metadata could be added here if it wouldn't cause an infinite recursion
propagatedBuildInputs = [ setuptools ];
# check in passthru.tests.pytest to escape infinite recursion with fixtures