python3Packages.pbr: 5.9.0 -> 5.10.0

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:14 +02:00
parent dfdb6f4e7b
commit 15aaccd1b3

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "pbr";
version = "5.9.0";
version = "5.10.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-6Nyi9LQ1YO3vWIE5afUqVs7wIxRsu4kxYm24DmwcQwg=";
sha256 = "sha256-z8xP+OaYJW/BfqP/eWR4sFCFJYWqW6557NBbKrezm5o=";
};
# importlib-metadata could be added here if it wouldn't cause an infinite recursion