Show More
@@ -1933,11 +1933,11 b' self: super: {' | |||||
1933 | }; |
|
1933 | }; | |
1934 | }; |
|
1934 | }; | |
1935 | "simplejson" = super.buildPythonPackage { |
|
1935 | "simplejson" = super.buildPythonPackage { | |
1936 |
name = "simplejson-3.1 |
|
1936 | name = "simplejson-3.16.0"; | |
1937 | doCheck = false; |
|
1937 | doCheck = false; | |
1938 | src = fetchurl { |
|
1938 | src = fetchurl { | |
1939 |
url = "https://files.pythonhosted.org/packages/08 |
|
1939 | url = "https://files.pythonhosted.org/packages/e3/24/c35fb1c1c315fc0fffe61ea00d3f88e85469004713dab488dee4f35b0aff/simplejson-3.16.0.tar.gz"; | |
1940 | sha256 = "1rr58dppsq73p0qcd9bsw066cdd3v63sqv7j6sqni8frvm4jv8h1"; |
|
1940 | sha256 = "19cws1syk8jzq2pw43878dv6fjkb0ifvjpx0i9aajix6kc9jkwxi"; | |
1941 | }; |
|
1941 | }; | |
1942 | meta = { |
|
1942 | meta = { | |
1943 | license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ]; |
|
1943 | license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ]; |
@@ -71,7 +71,7 b' redis==2.10.6' | |||||
71 | repoze.lru==0.7 |
|
71 | repoze.lru==0.7 | |
72 | requests==2.9.1 |
|
72 | requests==2.9.1 | |
73 | routes==2.4.1 |
|
73 | routes==2.4.1 | |
74 |
simplejson==3.1 |
|
74 | simplejson==3.16.0 | |
75 | six==1.11.0 |
|
75 | six==1.11.0 | |
76 | sqlalchemy==1.1.18 |
|
76 | sqlalchemy==1.1.18 | |
77 | sshpubkeys==2.2.0 |
|
77 | sshpubkeys==2.2.0 |
General Comments 0
You need to be logged in to leave comments.
Login now