about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cherrypy/default.nix
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-11-04 11:34:55 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-12-03 16:50:28 +0100
commit909cefae28d469f275cf5d617bfc3067ff0d3855 (patch)
tree8f7a334236bb8d4ba803d9f0277a58d93eb1b259 /pkgs/development/python-modules/cherrypy/default.nix
parent541f09c90228a72cf32c34c98e54adcf207764c5 (diff)
downloadnixlib-909cefae28d469f275cf5d617bfc3067ff0d3855.tar
nixlib-909cefae28d469f275cf5d617bfc3067ff0d3855.tar.gz
nixlib-909cefae28d469f275cf5d617bfc3067ff0d3855.tar.bz2
nixlib-909cefae28d469f275cf5d617bfc3067ff0d3855.tar.lz
nixlib-909cefae28d469f275cf5d617bfc3067ff0d3855.tar.xz
nixlib-909cefae28d469f275cf5d617bfc3067ff0d3855.tar.zst
nixlib-909cefae28d469f275cf5d617bfc3067ff0d3855.zip
python: CherryPy: 17.3.0 -> 18.0.1
Diffstat (limited to 'pkgs/development/python-modules/cherrypy/default.nix')
-rw-r--r--pkgs/development/python-modules/cherrypy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cherrypy/default.nix b/pkgs/development/python-modules/cherrypy/default.nix
index cb3c48c08820..8e35c7c2d370 100644
--- a/pkgs/development/python-modules/cherrypy/default.nix
+++ b/pkgs/development/python-modules/cherrypy/default.nix
@@ -7,11 +7,11 @@
 
 buildPythonPackage rec {
   pname = "CherryPy";
-  version = "17.3.0";
+  version = "18.0.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c3e4d76232ade4c47666b9008f92556465df517b8dca833ece3bed027028ae7d";
+    sha256 = "3002fc47b982c3df4d08dbe5996b093fd73f85b650ab8df19e8b9b95f5c00520";
   };
 
   propagatedBuildInputs = [ cheroot contextlib2 portend routes six zc_lockfile ];