lol
0
fork

Configure Feed

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

python: pytest-rerunfailures: 4.0 -> 4.1

+2 -2
+2 -2
pkgs/development/python-modules/pytest-rerunfailures/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "pytest-rerunfailures"; 5 - version = "4.0"; 5 + version = "4.1"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "18lpy6d9b4ck8j3jwh4vmxj54is0fwanpmpg70qg4y0fycdqzwks"; 9 + sha256 = "be6bf93ed618c8899aeb6721c24f8009c769879a3b4931e05650f3c173ec17c5"; 10 10 }; 11 11 12 12 checkInputs = [ pytest mock ];