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