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