lol

python3Packages.pytest-env: 1.1.3 -> 1.1.5

+2 -2
+2 -2
pkgs/development/python-modules/pytest-env/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pytest-env"; 13 - version = "1.1.3"; 13 + version = "1.1.5"; 14 14 format = "pyproject"; 15 15 16 16 src = fetchPypi { 17 17 pname = "pytest_env"; 18 18 inherit version; 19 - hash = "sha256-/NfcI7tx79PTVjK94bvl7oyNxEidZhf7AQZ0iA2WIWs="; 19 + hash = "sha256-kSCYQKoOQzhQc6xGSlVK0pR8wv1mOp3r+I0DsB4Mwc8="; 20 20 }; 21 21 22 22 nativeBuildInputs = [