tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pytest-env: 1.1.3 -> 1.1.5
Martin Weinelt
2 years ago
bb1e0e87
52185a6b
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytest-env
default.nix
+2
-2
pkgs/development/python-modules/pytest-env/default.nix
reviewed
···
10
10
11
11
buildPythonPackage rec {
12
12
pname = "pytest-env";
13
13
-
version = "1.1.3";
13
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
19
-
hash = "sha256-/NfcI7tx79PTVjK94bvl7oyNxEidZhf7AQZ0iA2WIWs=";
19
19
+
hash = "sha256-kSCYQKoOQzhQc6xGSlVK0pR8wv1mOp3r+I0DsB4Mwc8=";
20
20
};
21
21
22
22
nativeBuildInputs = [