Show More
@@ -1781,13 +1781,13 b'' | |||
|
1781 | 1781 | }; |
|
1782 | 1782 | }; |
|
1783 | 1783 | supervisor = super.buildPythonPackage { |
|
1784 |
name = "supervisor-3.3. |
|
|
1784 | name = "supervisor-3.3.2"; | |
|
1785 | 1785 | buildInputs = with self; []; |
|
1786 | 1786 | doCheck = false; |
|
1787 | 1787 | propagatedBuildInputs = with self; [meld3]; |
|
1788 | 1788 | src = fetchurl { |
|
1789 |
url = "https://pypi.python.org/packages/80 |
|
|
1790 | md5 = "202f760f9bf4930ec06557bac73e5cf2"; | |
|
1789 | url = "https://pypi.python.org/packages/7b/17/88adf8cb25f80e2bc0d18e094fcd7ab300632ea00b601cbbbb84c2419eae/supervisor-3.3.2.tar.gz"; | |
|
1790 | md5 = "04766d62864da13d6a12f7429e75314f"; | |
|
1791 | 1791 | }; |
|
1792 | 1792 | meta = { |
|
1793 | 1793 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now