Show More
@@ -1846,13 +1846,13 b'' | |||
|
1846 | 1846 | }; |
|
1847 | 1847 | }; |
|
1848 | 1848 | supervisor = super.buildPythonPackage { |
|
1849 |
name = "supervisor-3.3. |
|
|
1849 | name = "supervisor-3.3.3"; | |
|
1850 | 1850 | buildInputs = with self; []; |
|
1851 | 1851 | doCheck = false; |
|
1852 | 1852 | propagatedBuildInputs = with self; [meld3]; |
|
1853 | 1853 | src = fetchurl { |
|
1854 |
url = "https://pypi.python.org/packages/7 |
|
|
1855 | md5 = "04766d62864da13d6a12f7429e75314f"; | |
|
1854 | url = "https://pypi.python.org/packages/31/7e/788fc6566211e77c395ea272058eb71299c65cc5e55b6214d479c6c2ec9a/supervisor-3.3.3.tar.gz"; | |
|
1855 | md5 = "0fe86dfec4e5c5d98324d24c4cf944bd"; | |
|
1856 | 1856 | }; |
|
1857 | 1857 | meta = { |
|
1858 | 1858 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now