python: cornice: 3.6.1 -> 4.0.1

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:08 +01:00
parent 92f43f066d
commit 6d49dff1cf

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "cornice";
version = "3.6.1";
version = "4.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "d3d608b9ff405e7ba5e9629ef0c09b7605997e1aea0dafb2aaa66761ff7cab08";
sha256 = "d083832e9db65da4784436deabd7d37959de88c3b8ba51d539fa1e1f8313439d";
};
propagatedBuildInputs = [ pyramid simplejson six venusian ];