Show More
@@ -588,16 +588,16 b'' | |||
|
588 | 588 | }; |
|
589 | 589 | }; |
|
590 | 590 | decorator = super.buildPythonPackage { |
|
591 |
name = "decorator- |
|
|
591 | name = "decorator-4.0.11"; | |
|
592 | 592 | buildInputs = with self; []; |
|
593 | 593 | doCheck = false; |
|
594 | 594 | propagatedBuildInputs = with self; []; |
|
595 | 595 | src = fetchurl { |
|
596 |
url = "https://pypi.python.org/packages/ |
|
|
597 | md5 = "9e0536870d2b83ae27d58dbf22582f4d"; | |
|
596 | url = "https://pypi.python.org/packages/cc/ac/5a16f1fc0506ff72fcc8fd4e858e3a1c231f224ab79bb7c4c9b2094cc570/decorator-4.0.11.tar.gz"; | |
|
597 | md5 = "73644c8f0bd4983d1b6a34b49adec0ae"; | |
|
598 | 598 | }; |
|
599 | 599 | meta = { |
|
600 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
|
600 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ]; | |
|
601 | 601 | }; |
|
602 | 602 | }; |
|
603 | 603 | deform = super.buildPythonPackage { |
General Comments 0
You need to be logged in to leave comments.
Login now