tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python: pytest-timeout: 1.3.0 -> 1.3.1
Frederik Rietdijk
7 years ago
db2545be
850cc1fd
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytest-timeout
default.nix
+2
-2
pkgs/development/python-modules/pytest-timeout/default.nix
···
7
7
8
8
buildPythonPackage rec {
9
9
pname = "pytest-timeout";
10
10
-
version = "1.3.0";
10
10
+
version = "1.3.1";
11
11
12
12
src = fetchPypi {
13
13
inherit pname version;
14
14
-
sha256 = "08b550b498b9251901a3747f02aa2624ed53a9c8285ca482551346c85b47d641";
14
14
+
sha256 = "4b261bec5782b603c98b4bb803484bc96bf1cdcb5480dae0999d21c7e0423a23";
15
15
};
16
16
buildInputs = [ pytest ];
17
17
checkInputs = [ pytest pexpect ];