mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 10:12:58 +00:00
python3Packages.pbr: 5.9.0 -> 5.10.0
This commit is contained in:
parent
dfdb6f4e7b
commit
15aaccd1b3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user