summary refs log tree commit diff
path: root/pkgs/development/python-modules/cornice
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-06-06 08:47:02 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-11 09:59:55 +0200
commitcd41d569fd1ebc287682c745d9865a4ff82f137b (patch)
treed9070a76feb9ca02e5d8f08b15542a990396d3d7 /pkgs/development/python-modules/cornice
parent77b58fd01aa7abcdce97da16ba55d2dd5527ebc2 (diff)
downloadnixpkgs-cd41d569fd1ebc287682c745d9865a4ff82f137b.tar
nixpkgs-cd41d569fd1ebc287682c745d9865a4ff82f137b.tar.gz
nixpkgs-cd41d569fd1ebc287682c745d9865a4ff82f137b.tar.bz2
nixpkgs-cd41d569fd1ebc287682c745d9865a4ff82f137b.tar.lz
nixpkgs-cd41d569fd1ebc287682c745d9865a4ff82f137b.tar.xz
nixpkgs-cd41d569fd1ebc287682c745d9865a4ff82f137b.tar.zst
nixpkgs-cd41d569fd1ebc287682c745d9865a4ff82f137b.zip
python: cornice: 4.0.1 -> 5.0.1
Diffstat (limited to 'pkgs/development/python-modules/cornice')
-rw-r--r--pkgs/development/python-modules/cornice/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cornice/default.nix b/pkgs/development/python-modules/cornice/default.nix
index 4307b3f6f4f..442a06061ec 100644
--- a/pkgs/development/python-modules/cornice/default.nix
+++ b/pkgs/development/python-modules/cornice/default.nix
@@ -9,11 +9,11 @@
 
 buildPythonPackage rec {
   pname = "cornice";
-  version = "4.0.1";
+  version = "5.0.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "d083832e9db65da4784436deabd7d37959de88c3b8ba51d539fa1e1f8313439d";
+    sha256 = "4efa77a0d0402f1b92481a53853d65936956a568d64a4f6a703b62feb5b8cf62";
   };
 
   propagatedBuildInputs = [ pyramid simplejson six venusian ];