python3Packages.pytest-env: 1.0.1 -> 1.1.3

This commit is contained in:
Martin Weinelt 2023-12-03 00:02:24 +01:00
parent 843ea199a3
commit ef280dc4b8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "pytest-env";
version = "1.0.1";
version = "1.1.3";
format = "pyproject";
src = fetchPypi {
pname = "pytest_env";
inherit version;
hash = "sha256-YD/iFujgOl0TSYnLQTF8Waq+8BPSJQxxuGSrB5j75vY=";
hash = "sha256-/NfcI7tx79PTVjK94bvl7oyNxEidZhf7AQZ0iA2WIWs=";
};
nativeBuildInputs = [