tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python: pytest-tornado: 0.4.5 -> 0.5.0
Frederik Rietdijk
7 years ago
74f2bc3e
8c95dce5
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytest-tornado
default.nix
+2
-2
pkgs/development/python-modules/pytest-tornado/default.nix
···
7
7
8
8
buildPythonPackage rec {
9
9
pname = "pytest-tornado";
10
10
-
version = "0.4.5";
10
10
+
version = "0.5.0";
11
11
12
12
src = fetchPypi {
13
13
inherit pname version;
14
14
-
sha256 = "0b1r5im7qmbpmxhfvq13a6rp78sjjrrpysfnjkd9hggavgc75dr8";
14
14
+
sha256 = "214fc59d06fb81696fce3028b56dff522168ac1cfc784cfc0077b7b1e425b4cd";
15
15
};
16
16
17
17
# package has no tests