##// END OF EJS Templates
dependencies: bumped simplejson to 3.11.1
marcink -
r1877:1f329b4c default
parent child Browse files
Show More
@@ -1755,13 +1755,13 b''
1755 };
1755 };
1756 };
1756 };
1757 simplejson = super.buildPythonPackage {
1757 simplejson = super.buildPythonPackage {
1758 name = "simplejson-3.7.2";
1758 name = "simplejson-3.11.1";
1759 buildInputs = with self; [];
1759 buildInputs = with self; [];
1760 doCheck = false;
1760 doCheck = false;
1761 propagatedBuildInputs = with self; [];
1761 propagatedBuildInputs = with self; [];
1762 src = fetchurl {
1762 src = fetchurl {
1763 url = "https://pypi.python.org/packages/6d/89/7f13f099344eea9d6722779a1f165087cb559598107844b1ac5dbd831fb1/simplejson-3.7.2.tar.gz";
1763 url = "https://pypi.python.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/simplejson-3.11.1.tar.gz";
1764 md5 = "a5fc7d05d4cb38492285553def5d4b46";
1764 md5 = "6e2f1bd5fb0a926facf5d89d217a7183";
1765 };
1765 };
1766 meta = {
1766 meta = {
1767 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
1767 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
@@ -71,7 +71,7 b' repoze.lru==0.6'
71 requests==2.9.1
71 requests==2.9.1
72 Routes==1.13
72 Routes==1.13
73 setproctitle==1.1.8
73 setproctitle==1.1.8
74 simplejson==3.7.2
74 simplejson==3.11.1
75 six==1.9.0
75 six==1.9.0
76 Sphinx==1.2.2
76 Sphinx==1.2.2
77 SQLAlchemy==0.9.9
77 SQLAlchemy==0.9.9
General Comments 0
You need to be logged in to leave comments. Login now