summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-06-12 18:47:06 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-22 13:09:28 +0200
commit74f2bc3eb2f8e4d2394decc4cddb59c45cab11e1 (patch)
tree5cc315b3c54228710ae68a02588056b404f46350 /pkgs/development/python-modules
parent8c95dce575cfc0b58521295704bced8c83af7900 (diff)
python: pytest-tornado: 0.4.5 -> 0.5.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pytest-tornado/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-tornado/default.nix b/pkgs/development/python-modules/pytest-tornado/default.nix
index 596bae68ed07..ccb9ae782aa9 100644
--- a/pkgs/development/python-modules/pytest-tornado/default.nix
+++ b/pkgs/development/python-modules/pytest-tornado/default.nix
@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "pytest-tornado";
- version = "0.4.5";
+ version = "0.5.0";
src = fetchPypi {
inherit pname version;
- sha256 = "0b1r5im7qmbpmxhfvq13a6rp78sjjrrpysfnjkd9hggavgc75dr8";
+ sha256 = "214fc59d06fb81696fce3028b56dff522168ac1cfc784cfc0077b7b1e425b4cd";
};
# package has no tests