Show More
@@ -1976,13 +1976,13 b'' | |||||
1976 | }; |
|
1976 | }; | |
1977 | }; |
|
1977 | }; | |
1978 | waitress = super.buildPythonPackage { |
|
1978 | waitress = super.buildPythonPackage { | |
1979 |
name = "waitress-1.0 |
|
1979 | name = "waitress-1.1.0"; | |
1980 | buildInputs = with self; []; |
|
1980 | buildInputs = with self; []; | |
1981 | doCheck = false; |
|
1981 | doCheck = false; | |
1982 | propagatedBuildInputs = with self; []; |
|
1982 | propagatedBuildInputs = with self; []; | |
1983 | src = fetchurl { |
|
1983 | src = fetchurl { | |
1984 |
url = "https://pypi.python.org/packages/cd |
|
1984 | url = "https://pypi.python.org/packages/3c/68/1c10dd5c556872ceebe88483b0436140048d39de83a84a06a8baa8136f4f/waitress-1.1.0.tar.gz"; | |
1985 | md5 = "b968f39e95d609f6194c6e50425d4bb7"; |
|
1985 | md5 = "0f1eb7fdfdbf2e6d18decbda1733045c"; | |
1986 | }; |
|
1986 | }; | |
1987 | meta = { |
|
1987 | meta = { | |
1988 | license = [ pkgs.lib.licenses.zpt21 ]; |
|
1988 | license = [ pkgs.lib.licenses.zpt21 ]; |
General Comments 0
You need to be logged in to leave comments.
Login now