Show More
@@ -575,13 +575,13 b'' | |||||
575 | }; |
|
575 | }; | |
576 | }; |
|
576 | }; | |
577 | decorator = super.buildPythonPackage { |
|
577 | decorator = super.buildPythonPackage { | |
578 |
name = "decorator-4. |
|
578 | name = "decorator-4.1.2"; | |
579 | buildInputs = with self; []; |
|
579 | buildInputs = with self; []; | |
580 | doCheck = false; |
|
580 | doCheck = false; | |
581 | propagatedBuildInputs = with self; []; |
|
581 | propagatedBuildInputs = with self; []; | |
582 | src = fetchurl { |
|
582 | src = fetchurl { | |
583 | url = "https://pypi.python.org/packages/cc/ac/5a16f1fc0506ff72fcc8fd4e858e3a1c231f224ab79bb7c4c9b2094cc570/decorator-4.0.11.tar.gz"; |
|
583 | url = "https://pypi.python.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz"; | |
584 | md5 = "73644c8f0bd4983d1b6a34b49adec0ae"; |
|
584 | md5 = "a0f7f4fe00ae2dde93494d90c192cf8c"; | |
585 | }; |
|
585 | }; | |
586 | meta = { |
|
586 | meta = { | |
587 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ]; |
|
587 | license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ]; |
@@ -14,7 +14,7 b' click==5.1' | |||||
14 | colander==1.4.0 |
|
14 | colander==1.4.0 | |
15 | configobj==5.0.6 |
|
15 | configobj==5.0.6 | |
16 | cssselect==1.0.1 |
|
16 | cssselect==1.0.1 | |
17 |
decorator==4. |
|
17 | decorator==4.1.2 | |
18 | deform==2.0.4 |
|
18 | deform==2.0.4 | |
19 | docutils==0.13.1 |
|
19 | docutils==0.13.1 | |
20 | dogpile.cache==0.6.4 |
|
20 | dogpile.cache==0.6.4 |
General Comments 0
You need to be logged in to leave comments.
Login now