mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-23 20:44:12 +00:00
python: pbr: 4.0.2 -> 4.0.3
This commit is contained in:
parent
502fc5fd08
commit
92fddada0d
@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pbr";
|
pname = "pbr";
|
||||||
version = "4.0.2";
|
version = "4.0.3";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "dae4aaa78eafcad10ce2581fc34d694faa616727837fd8e55c1a00951ad6744f";
|
sha256 = "6874feb22334a1e9a515193cba797664e940b763440c88115009ec323a7f2df5";
|
||||||
};
|
};
|
||||||
|
|
||||||
# circular dependencies with fixtures
|
# circular dependencies with fixtures
|
||||||
|
Loading…
Reference in New Issue
Block a user