Show More
@@ -1625,13 +1625,13 b'' | |||
|
1625 | 1625 | }; |
|
1626 | 1626 | }; |
|
1627 | 1627 | supervisor = super.buildPythonPackage { |
|
1628 |
name = "supervisor-3.3. |
|
|
1628 | name = "supervisor-3.3.1"; | |
|
1629 | 1629 | buildInputs = with self; []; |
|
1630 | 1630 | doCheck = false; |
|
1631 | 1631 | propagatedBuildInputs = with self; [meld3]; |
|
1632 | 1632 | src = fetchurl { |
|
1633 |
url = "https://pypi.python.org/packages/ |
|
|
1634 | md5 = "46bac00378d1eddb616752b990c67416"; | |
|
1633 | url = "https://pypi.python.org/packages/80/37/964c0d53cbd328796b1aeb7abea4c0f7b0e8c7197ea9b0b9967b7d004def/supervisor-3.3.1.tar.gz"; | |
|
1634 | md5 = "202f760f9bf4930ec06557bac73e5cf2"; | |
|
1635 | 1635 | }; |
|
1636 | 1636 | meta = { |
|
1637 | 1637 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now