summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-06-04 05:32:37 -0500
committerGitHub <noreply@github.com>2019-06-04 05:32:37 -0500
commit9d8b362c7848532fec305c28487a8c79b8f5674d (patch)
treedf2cf9a5326b1a53d04f6513e03ad435478e4032
parent6f608121cb334a74ed63abd5c5a9f1fed5818089 (diff)
parent99b760f4afc881332013ceedfca33a8101f00e8c (diff)
Merge pull request #62537 from r-ryantm/auto-update/python3.7-pytest-tornado
python37Packages.pytest-tornado: 0.7.0 -> 0.8.0
-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 c03590f8de88..a5c351502683 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.7.0";
+ version = "0.8.0";
src = fetchPypi {
inherit pname version;
- sha256 = "0jv7jhq6ddhsmnz67vc76r4kwac9k5a142968zppyw9av6qalbl4";
+ sha256 = "0ncaq7icijls6qh66kv19w3i9av2wnmaycfr4yadyybajr8yvffz";
};
# package has no tests