Show More
@@ -601,13 +601,13 b'' | |||||
601 | }; |
|
601 | }; | |
602 | }; |
|
602 | }; | |
603 | dogpile.cache = super.buildPythonPackage { |
|
603 | dogpile.cache = super.buildPythonPackage { | |
604 |
name = "dogpile.cache-0.6. |
|
604 | name = "dogpile.cache-0.6.5"; | |
605 | buildInputs = with self; []; |
|
605 | buildInputs = with self; []; | |
606 | doCheck = false; |
|
606 | doCheck = false; | |
607 | propagatedBuildInputs = with self; []; |
|
607 | propagatedBuildInputs = with self; []; | |
608 | src = fetchurl { |
|
608 | src = fetchurl { | |
609 |
url = "https://files.pythonhosted.org/packages/b |
|
609 | url = "https://files.pythonhosted.org/packages/65/24/7bd97e9d486c37ac03ef6ae3a590db1a8e02183e5d7ce9071bcca9d86c44/dogpile.cache-0.6.5.tar.gz"; | |
610 | sha256 = "a73aa3049cd88d7ec57a1c2e8946abdf4f14188d429c1023943fcc55c4568da1"; |
|
610 | sha256 = "631197e78b4471bb0e93d0a86264c45736bc9ae43b4205d581dcc34fbe9b5f31"; | |
611 | }; |
|
611 | }; | |
612 | meta = { |
|
612 | meta = { | |
613 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
613 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
@@ -16,7 +16,7 b' cssselect==1.0.1' | |||||
16 | decorator==4.1.2 |
|
16 | decorator==4.1.2 | |
17 | deform==2.0.5 |
|
17 | deform==2.0.5 | |
18 | docutils==0.14.0 |
|
18 | docutils==0.14.0 | |
19 |
dogpile.cache==0.6. |
|
19 | dogpile.cache==0.6.5 | |
20 | dogpile.core==0.4.1 |
|
20 | dogpile.core==0.4.1 | |
21 | ecdsa==0.13 |
|
21 | ecdsa==0.13 | |
22 | FormEncode==1.2.4 |
|
22 | FormEncode==1.2.4 |
General Comments 0
You need to be logged in to leave comments.
Login now