python310Packages.pytest-env: 0.8.1 -> 0.8.2

This commit is contained in:
Martin Weinelt
2023-07-28 12:15:33 +02:00
parent 92eaff99ce
commit 3060a6016f
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "pytest-env";
version = "0.8.1";
version = "0.8.2";
format = "pyproject";
src = fetchPypi {
pname = "pytest_env";
inherit version;
hash = "sha256-17L1Jz7G0eIhdXmYvC9Q0kdO19C5MxuSVWAR+txOmr8=";
hash = "sha256-uu2bO2uud711uSOODtHuaQOkKAaunWrv+4dUzVWE1P8=";
};
nativeBuildInputs = [