Show More
@@ -418,14 +418,14 b' self: super: {' | |||||
418 | }; |
|
418 | }; | |
419 | }; |
|
419 | }; | |
420 | "dogpile.cache" = super.buildPythonPackage { |
|
420 | "dogpile.cache" = super.buildPythonPackage { | |
421 |
name = "dogpile.cache-0. |
|
421 | name = "dogpile.cache-0.9.0"; | |
422 | doCheck = false; |
|
422 | doCheck = false; | |
423 | propagatedBuildInputs = [ |
|
423 | propagatedBuildInputs = [ | |
424 | self."decorator" |
|
424 | self."decorator" | |
425 | ]; |
|
425 | ]; | |
426 | src = fetchurl { |
|
426 | src = fetchurl { | |
427 |
url = "https://files.pythonhosted.org/packages/84 |
|
427 | url = "https://files.pythonhosted.org/packages/ac/6a/9ac405686a94b7f009a20a50070a5786b0e1aedc707b88d40d0c4b51a82e/dogpile.cache-0.9.0.tar.gz"; | |
428 | sha256 = "0caazmrzhnfqb5yrp8myhw61ny637jj69wcngrpbvi31jlcpy6v9"; |
|
428 | sha256 = "0sr1fn6b4k5bh0cscd9yi8csqxvj4ngzildav58x5p694mc86j5k"; | |
429 | }; |
|
429 | }; | |
430 | meta = { |
|
430 | meta = { | |
431 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
431 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
@@ -16,7 +16,7 b' cryptography==2.6.1' | |||||
16 | decorator==4.1.2 |
|
16 | decorator==4.1.2 | |
17 | deform==2.0.7 |
|
17 | deform==2.0.7 | |
18 | docutils==0.14.0 |
|
18 | docutils==0.14.0 | |
19 |
dogpile.cache==0. |
|
19 | dogpile.cache==0.9.0 | |
20 | dogpile.core==0.4.1 |
|
20 | dogpile.core==0.4.1 | |
21 | formencode==1.2.4 |
|
21 | formencode==1.2.4 | |
22 | future==0.14.3 |
|
22 | future==0.14.3 |
General Comments 0
You need to be logged in to leave comments.
Login now