Show More
@@ -1989,14 +1989,14 b' self: super: {' | |||
|
1989 | 1989 | }; |
|
1990 | 1990 | }; |
|
1991 | 1991 | "supervisor" = super.buildPythonPackage { |
|
1992 |
name = "supervisor-3.3. |
|
|
1992 | name = "supervisor-3.3.5"; | |
|
1993 | 1993 | doCheck = false; |
|
1994 | 1994 | propagatedBuildInputs = [ |
|
1995 | 1995 | self."meld3" |
|
1996 | 1996 | ]; |
|
1997 | 1997 | src = fetchurl { |
|
1998 |
url = "https://files.pythonhosted.org/packages/ |
|
|
1999 | sha256 = "0wp62z9xprvz2krg02xnbwcnq6pxfq3byd8cxx8c2d8xznih28i1"; | |
|
1998 | url = "https://files.pythonhosted.org/packages/ba/65/92575a8757ed576beaee59251f64a3287bde82bdc03964b89df9e1d29e1b/supervisor-3.3.5.tar.gz"; | |
|
1999 | sha256 = "1w3ahridzbc6rxfpbyx8lij6pjlcgf2ymzyg53llkjqxalp6sk8v"; | |
|
2000 | 2000 | }; |
|
2001 | 2001 | meta = { |
|
2002 | 2002 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now