Show More
@@ -159,13 +159,13 b'' | |||
|
159 | 159 | }; |
|
160 | 160 | }; |
|
161 | 161 | decorator = super.buildPythonPackage { |
|
162 |
name = "decorator-4.0.1 |
|
|
162 | name = "decorator-4.0.11"; | |
|
163 | 163 | buildInputs = with self; []; |
|
164 | 164 | doCheck = false; |
|
165 | 165 | propagatedBuildInputs = with self; []; |
|
166 | 166 | src = fetchurl { |
|
167 |
url = "https://pypi.python.org/packages/ |
|
|
168 | md5 = "434b57fdc3230c500716c5aff8896100"; | |
|
167 | url = "https://pypi.python.org/packages/cc/ac/5a16f1fc0506ff72fcc8fd4e858e3a1c231f224ab79bb7c4c9b2094cc570/decorator-4.0.11.tar.gz"; | |
|
168 | md5 = "73644c8f0bd4983d1b6a34b49adec0ae"; | |
|
169 | 169 | }; |
|
170 | 170 | meta = { |
|
171 | 171 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now