Show More
@@ -99,11 +99,14 b' self: super: {' | |||
|
99 | 99 | }; |
|
100 | 100 | }; |
|
101 | 101 | "dogpile.cache" = super.buildPythonPackage { |
|
102 |
name = "dogpile.cache-0. |
|
|
102 | name = "dogpile.cache-0.7.1"; | |
|
103 | 103 | doCheck = false; |
|
104 | propagatedBuildInputs = [ | |
|
105 | self."decorator" | |
|
106 | ]; | |
|
104 | 107 | src = fetchurl { |
|
105 |
url = "https://files.pythonhosted.org/packages/ |
|
|
106 | sha256 = "1aw8rx8vhb75y7zc6gi67g21sw057jdx7i8m3jq7kf3nqavxx9zw"; | |
|
108 | url = "https://files.pythonhosted.org/packages/84/3e/dbf1cfc5228f1d3dca80ef714db2c5aaec5cd9efaf54d7e3daef6bc48b19/dogpile.cache-0.7.1.tar.gz"; | |
|
109 | sha256 = "0caazmrzhnfqb5yrp8myhw61ny637jj69wcngrpbvi31jlcpy6v9"; | |
|
107 | 110 | }; |
|
108 | 111 | meta = { |
|
109 | 112 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
@@ -4,7 +4,7 b'' | |||
|
4 | 4 | https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6 |
|
5 | 5 | atomicwrites==1.2.1 |
|
6 | 6 | attrs==18.2.0 |
|
7 |
dogpile.cache==0. |
|
|
7 | dogpile.cache==0.7.1 | |
|
8 | 8 | dogpile.core==0.4.1 |
|
9 | 9 | decorator==4.1.2 |
|
10 | 10 | dulwich==0.13.0 |
General Comments 0
You need to be logged in to leave comments.
Login now