tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python: pytest-xdist: 1.22.2 -> 1.22.3
Frederik Rietdijk
7 years ago
b4569891
db2545be
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytest-xdist
default.nix
+2
-2
pkgs/development/python-modules/pytest-xdist/default.nix
···
2
3
buildPythonPackage rec {
4
pname = "pytest-xdist";
5
-
version = "1.22.2";
6
7
src = fetchPypi {
8
inherit pname version;
9
-
sha256 = "e8f5744acc270b3e7d915bdb4d5f471670f049b6fbd163d4cbd52203b075d30f";
10
};
11
12
nativeBuildInputs = [ setuptools_scm ];
···
2
3
buildPythonPackage rec {
4
pname = "pytest-xdist";
5
+
version = "1.22.3";
6
7
src = fetchPypi {
8
inherit pname version;
9
+
sha256 = "48868d1f461122ac8c5fb60487b6da03c0d73dcb06a9d79e06c4eab8ef62a5c3";
10
};
11
12
nativeBuildInputs = [ setuptools_scm ];