Merge pull request #143150 from r-ryantm/auto-update/python3.8-pytest-testmon

authored by

Sandro and committed by
GitHub
c65e8543 e6dc09aa

+2 -2
+2 -2
pkgs/development/python-modules/pytest-testmon/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "pytest-testmon"; 11 - version = "1.2.0"; 12 disabled = pythonOlder "3.6"; 13 14 src = fetchPypi { 15 inherit pname version; 16 - sha256 = "2c61ae6185ea7dc07ea0d4db3984be62f1a176a5c16615fd208c5945aa411599"; 17 }; 18 19 propagatedBuildInputs = [ coverage ];
··· 8 9 buildPythonPackage rec { 10 pname = "pytest-testmon"; 11 + version = "1.2.2"; 12 disabled = pythonOlder "3.6"; 13 14 src = fetchPypi { 15 inherit pname version; 16 + sha256 = "e69d5aeac4e371986f94e8ad06e56d70633870d026f2306fca44051f02fcb688"; 17 }; 18 19 propagatedBuildInputs = [ coverage ];