tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pytest-check: 2.1.4 -> 2.2.1
Martin Weinelt
2 years ago
36dcb1cc
02e5d977
+4
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytest-check
default.nix
+4
-3
pkgs/development/python-modules/pytest-check/default.nix
reviewed
···
8
8
9
9
buildPythonPackage rec {
10
10
pname = "pytest-check";
11
11
-
version = "2.1.4";
11
11
+
version = "2.2.1";
12
12
format = "pyproject";
13
13
14
14
src = fetchPypi {
15
15
-
inherit pname version;
16
16
-
hash = "sha256-AbN/1wPaD6ZntwF68fBGDHRKhfHuh2de4+D5Ssw98XI=";
15
15
+
pname = "pytest_check";
16
16
+
inherit version;
17
17
+
hash = "sha256-3rN/iB36DV4kbymWI4rvdFp5ANezUjp0FgV3K4osSVI=";
17
18
};
18
19
19
20
nativeBuildInputs = [