cornice: 0.17.0 -> 1.2.1
This commit is contained in:
parent
5811b47ba3
commit
e2410f1d0b
@ -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 ];
|
||||||
|
Loading…
Reference in New Issue
Block a user