Show More
@@ -1056,13 +1056,13 b'' | |||||
1056 | }; |
|
1056 | }; | |
1057 | }; |
|
1057 | }; | |
1058 | plaster-pastedeploy = super.buildPythonPackage { |
|
1058 | plaster-pastedeploy = super.buildPythonPackage { | |
1059 |
name = "plaster-pastedeploy-0. |
|
1059 | name = "plaster-pastedeploy-0.5"; | |
1060 | buildInputs = with self; []; |
|
1060 | buildInputs = with self; []; | |
1061 | doCheck = false; |
|
1061 | doCheck = false; | |
1062 | propagatedBuildInputs = with self; [pastedeploy plaster]; |
|
1062 | propagatedBuildInputs = with self; [pastedeploy plaster]; | |
1063 | src = fetchurl { |
|
1063 | src = fetchurl { | |
1064 |
url = "https:// |
|
1064 | url = "https://files.pythonhosted.org/packages/e7/05/cc12d9d3efaa10046b6ec5de91b16486c95de4847dc57599bf58021a3d5c/plaster_pastedeploy-0.5.tar.gz"; | |
1065 | md5 = "58fd7852002909378e818c9d5b71e90a"; |
|
1065 | sha256 = "70a3185b2a3336996a26e9987968cf35e84cf13390b7e8a0a9a91eb8f6f85ba9"; | |
1066 | }; |
|
1066 | }; | |
1067 | meta = { |
|
1067 | meta = { | |
1068 | license = [ pkgs.lib.licenses.mit ]; |
|
1068 | license = [ pkgs.lib.licenses.mit ]; |
General Comments 0
You need to be logged in to leave comments.
Login now