cornice: 0.17.0 -> 1.2.1

This commit is contained in:
Tom Hunger 2016-06-07 17:46:03 +01:00
parent 5811b47ba3
commit e2410f1d0b

View File

@ -2047,11 +2047,11 @@ in modules // {
cornice = buildPythonPackage rec { cornice = buildPythonPackage rec {
name = "cornice-${version}"; name = "cornice-${version}";
version = "0.17.0"; version = "1.2.1";
src = pkgs.fetchgit { src = pkgs.fetchgit {
url = https://github.com/mozilla-services/cornice.git; url = https://github.com/mozilla-services/cornice.git;
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
sha256 = "11xgf7mddq9gm3yag61zj8hj2kgsgabrnzwn2zpfj37xp1p0pky7"; sha256 = "0688vrkl324jmpi8jkjh1s8nsyjinw149g3x8qlis8vz6j6a01wv";
}; };
propagatedBuildInputs = with self; [ pyramid simplejson ]; propagatedBuildInputs = with self; [ pyramid simplejson ];