tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pytest-check: 2.5.3 -> 2.5.4
R. Ryantm
4 months ago
ea5ed7bf
ee164a70
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytest-check
default.nix
+2
-2
pkgs/development/python-modules/pytest-check/default.nix
···
9
10
buildPythonPackage rec {
11
pname = "pytest-check";
12
-
version = "2.5.3";
13
pyproject = true;
14
15
src = fetchPypi {
16
pname = "pytest_check";
17
inherit version;
18
-
hash = "sha256-I1fX33fDldMMDElXck/fzhp16ovJ6yMIwP/lb2KscMo=";
19
};
20
21
build-system = [ hatchling ];
···
9
10
buildPythonPackage rec {
11
pname = "pytest-check";
12
+
version = "2.5.4";
13
pyproject = true;
14
15
src = fetchPypi {
16
pname = "pytest_check";
17
inherit version;
18
+
hash = "sha256-M9h+KNXkkhf0Eyd+Hg0mfNZskKhaIIlExEMSycjk/3Q=";
19
};
20
21
build-system = [ hatchling ];