lol
fork

Configure Feed

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

python: pytest-isort: 0.1.0 -> 0.2.0

+2 -2
+2 -2
pkgs/development/python-modules/pytest-isort/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "pytest-isort"; 5 - version = "0.1.0"; 5 + version = "0.2.0"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "e92798127e21d22513c62070989f0fb3b712650e48a4db13e5b8e8034d367cfe"; 9 + sha256 = "d4d195ecfe33d81e258d251b2679b32216bad84131fb41984da22d9d0328a6fe"; 10 10 }; 11 11 12 12 propagatedBuildInputs = [ pytestcache pytest isort ];