Show More
@@ -374,11 +374,14 b' self: super: {' | |||||
374 | }; |
|
374 | }; | |
375 | }; |
|
375 | }; | |
376 | "dogpile.cache" = super.buildPythonPackage { |
|
376 | "dogpile.cache" = super.buildPythonPackage { | |
377 |
name = "dogpile.cache-0. |
|
377 | name = "dogpile.cache-0.7.1"; | |
378 | doCheck = false; |
|
378 | doCheck = false; | |
|
379 | propagatedBuildInputs = [ | |||
|
380 | self."decorator" | |||
|
381 | ]; | |||
379 | src = fetchurl { |
|
382 | src = fetchurl { | |
380 |
url = "https://files.pythonhosted.org/packages/ |
|
383 | url = "https://files.pythonhosted.org/packages/84/3e/dbf1cfc5228f1d3dca80ef714db2c5aaec5cd9efaf54d7e3daef6bc48b19/dogpile.cache-0.7.1.tar.gz"; | |
381 | sha256 = "1aw8rx8vhb75y7zc6gi67g21sw057jdx7i8m3jq7kf3nqavxx9zw"; |
|
384 | sha256 = "0caazmrzhnfqb5yrp8myhw61ny637jj69wcngrpbvi31jlcpy6v9"; | |
382 | }; |
|
385 | }; | |
383 | meta = { |
|
386 | meta = { | |
384 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
387 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
@@ -20,7 +20,7 b' cssselect==1.0.3' | |||||
20 | decorator==4.1.2 |
|
20 | decorator==4.1.2 | |
21 | deform==2.0.7 |
|
21 | deform==2.0.7 | |
22 | docutils==0.14.0 |
|
22 | docutils==0.14.0 | |
23 |
dogpile.cache==0. |
|
23 | dogpile.cache==0.7.1 | |
24 | dogpile.core==0.4.1 |
|
24 | dogpile.core==0.4.1 | |
25 | ecdsa==0.13 |
|
25 | ecdsa==0.13 | |
26 | formencode==1.2.4 |
|
26 | formencode==1.2.4 |
General Comments 0
You need to be logged in to leave comments.
Login now