mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
python: pbr: 5.1.2 -> 5.1.3
This commit is contained in:
parent
6f4bb6c636
commit
aad3208cb5
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pbr";
|
pname = "pbr";
|
||||||
version = "5.1.2";
|
version = "5.1.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "d717573351cfe09f49df61906cd272abaa759b3e91744396b804965ff7bff38b";
|
sha256 = "8c361cc353d988e4f5b998555c88098b9d5964c2e11acf7b0d21925a66bb5824";
|
||||||
};
|
};
|
||||||
|
|
||||||
# circular dependencies with fixtures
|
# circular dependencies with fixtures
|
||||||
|
Loading…
Reference in New Issue
Block a user