lol
fork

Configure Feed

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

python3Packages.pytest-subtests: 0.4.0 -> 0.5.0

+2 -2
+2 -2
pkgs/development/python-modules/pytest-subtests/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pytest-subtests"; 11 - version = "0.4.0"; 11 + version = "0.5.0"; 12 12 disabled = pythonOlder "3.5"; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "sha256-jZ4sHR3OEfe30snQkgLr/HdXt/8MrJtyrTKO3+fuA3s="; 16 + sha256 = "5bd1e4bf0eda4c89a6cd42b0ee28e1d2ca0848de3fd67ad8cdd6d559ed00f120"; 17 17 }; 18 18 19 19 nativeBuildInputs = [ setuptools-scm ];