lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: pbr: 4.1.1 -> 4.2.0

+2 -2
+2 -2
pkgs/development/python-modules/pbr/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "pbr"; 5 - version = "4.1.1"; 5 + version = "4.2.0"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "754e766b4f4bad3aa68cfd532456298da1aa39375da8748392dbae90860d5f18"; 9 + sha256 = "1b8be50d938c9bb75d0eaf7eda111eec1bf6dc88a62a6412e33bf077457e0f45"; 10 10 }; 11 11 12 12 # circular dependencies with fixtures