python: pbr: 4.1.1 -> 4.2.0
This commit is contained in:
parent
6e0424a77c
commit
66ccd57e5f
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pbr";
|
pname = "pbr";
|
||||||
version = "4.1.1";
|
version = "4.2.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "754e766b4f4bad3aa68cfd532456298da1aa39375da8748392dbae90860d5f18";
|
sha256 = "1b8be50d938c9bb75d0eaf7eda111eec1bf6dc88a62a6412e33bf077457e0f45";
|
||||||
};
|
};
|
||||||
|
|
||||||
# circular dependencies with fixtures
|
# circular dependencies with fixtures
|
||||||
|
|
Loading…
Reference in a new issue