##// END OF EJS Templates
dependencies: bumped simplejson to 3.16.0
marcink -
r636:c273aa96 default
parent child Browse files
Show More
@@ -705,6 +705,7 b' self: super: {'
705 705 self."webob"
706 706 self."zope.deprecation"
707 707 self."zope.interface"
708 self."venusian"
708 709 self."gevent"
709 710 self."greenlet"
710 711 self."gunicorn"
@@ -776,11 +777,11 b' self: super: {'
776 777 };
777 778 };
778 779 "simplejson" = super.buildPythonPackage {
779 name = "simplejson-3.11.1";
780 name = "simplejson-3.16.0";
780 781 doCheck = false;
781 782 src = fetchurl {
782 url = "https://files.pythonhosted.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/simplejson-3.11.1.tar.gz";
783 sha256 = "1rr58dppsq73p0qcd9bsw066cdd3v63sqv7j6sqni8frvm4jv8h1";
783 url = "https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe61ea00d3f88e85469004713dab488dee4f35b0aff/simplejson-3.16.0.tar.gz";
784 sha256 = "19cws1syk8jzq2pw43878dv6fjkb0ifvjpx0i9aajix6kc9jkwxi";
784 785 };
785 786 meta = {
786 787 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
@@ -23,7 +23,7 b' pyramid-mako==1.0.2'
23 23 pygments==2.3.1
24 24 pathlib2==2.3.3
25 25 repoze.lru==0.7
26 simplejson==3.11.1
26 simplejson==3.16.0
27 27 subprocess32==3.5.3
28 28 subvertpy==0.10.1
29 29
General Comments 0
You need to be logged in to leave comments. Login now