##// END OF EJS Templates
dependencies: bumped simplejson to 3.11.1
marcink -
r243:83373bd6 default
parent child Browse files
Show More
@@ -650,13 +650,13 b''
650 };
650 };
651 };
651 };
652 simplejson = super.buildPythonPackage {
652 simplejson = super.buildPythonPackage {
653 name = "simplejson-3.7.2";
653 name = "simplejson-3.11.1";
654 buildInputs = with self; [];
654 buildInputs = with self; [];
655 doCheck = false;
655 doCheck = false;
656 propagatedBuildInputs = with self; [];
656 propagatedBuildInputs = with self; [];
657 src = fetchurl {
657 src = fetchurl {
658 url = "https://pypi.python.org/packages/6d/89/7f13f099344eea9d6722779a1f165087cb559598107844b1ac5dbd831fb1/simplejson-3.7.2.tar.gz";
658 url = "https://pypi.python.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/simplejson-3.11.1.tar.gz";
659 md5 = "a5fc7d05d4cb38492285553def5d4b46";
659 md5 = "6e2f1bd5fb0a926facf5d89d217a7183";
660 };
660 };
661 meta = {
661 meta = {
662 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
662 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
@@ -14,7 +14,7 b' pyramid-jinja2==2.5'
14 pyramid==1.7.4
14 pyramid==1.7.4
15 pyramid-mako==1.0.2
15 pyramid-mako==1.0.2
16 repoze.lru==0.6
16 repoze.lru==0.6
17 simplejson==3.7.2
17 simplejson==3.11.1
18 subprocess32==3.2.7
18 subprocess32==3.2.7
19
19
20 # Custom subvertpy that is not available on pypi.
20 # Custom subvertpy that is not available on pypi.
General Comments 0
You need to be logged in to leave comments. Login now