about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cornice
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-18 23:47:12 +0200
committerJonathan Ringer <jonringer117@gmail.com>2021-06-21 17:00:02 -0700
commitb986206034473580dcc766fa59e40a04967f89db (patch)
tree0de0b8ce22f8e8bd6397e162c7e630c00cd40b3f /pkgs/development/python-modules/cornice
parenta0b46380964f4e804ed2b6b595d11034efacfbca (diff)
python3Packages.cornice: 5.1.0 -> 5.2.0
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 ba6df4fd24a6f..5a576f3e6c45d 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 = "5.1.0";
+  version = "5.2.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "c81cd9429759c0de475f580bbff92d5646cfc5f43e8aa24492037e2e90677ee6";
+    sha256 = "50f86a5e9fb73d664d20e8dd0bdc3ce419145eb17813591a5a40e8a9d567b9c5";
   };
 
   propagatedBuildInputs = [ pyramid simplejson six venusian ];