lol
fork

Configure Feed

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

python: pytest-server-fixtures: 1.3.0 -> 1.3.1

+2 -2
+2 -2
pkgs/development/python-modules/pytest-server-fixtures/default.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "pytest-server-fixtures"; 7 - version = "1.3.0"; 7 + version = "1.3.1"; 8 8 9 9 src = fetchPypi { 10 10 inherit pname version; 11 - sha256 = "21eef04612ed42f73534c45ddbaef8458c800809354a5f5a96a8fde88b2a97e7"; 11 + sha256 = "902607675ce2ee09bdc72381b4470f79504fc131afdc15174e49a84d031760df"; 12 12 }; 13 13 14 14 buildInputs = [ pytest ];