aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/cheroot/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-10-16 11:43:04 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-18 09:53:56 +0200
commitcb73e0ee0b37fbc822e61119db01330499ae564e (patch)
tree0d5374ca44fe39ee3909cd6c513d9e27fd033d4f /pkgs/development/python-modules/cheroot/default.nix
parent4847d6086690e9b3bc68dc7e3016e85ee98a4f0b (diff)
python: cheroot: 6.5.6 -> 6.5.8
Diffstat (limited to 'pkgs/development/python-modules/cheroot/default.nix')
-rw-r--r--pkgs/development/python-modules/cheroot/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cheroot/default.nix b/pkgs/development/python-modules/cheroot/default.nix
index 9b3050942a88..680cc9322767 100644
--- a/pkgs/development/python-modules/cheroot/default.nix
+++ b/pkgs/development/python-modules/cheroot/default.nix
@@ -8,11 +8,11 @@ let inherit (stdenv) lib; in
buildPythonPackage rec {
pname = "cheroot";
- version = "6.5.6";
+ version = "6.5.8";
src = fetchPypi {
inherit pname version;
- sha256 = "b824f9961eb447809badeb051820a05770354e2f9ae5c355eecc21f22633c217";
+ sha256 = "427e7e3ce51ad5a6e5cf953252b5782d5dfbeb544c09910634971bc06df6621b";
};
patches = [ ./tests.patch ];