Show More
@@ -1394,13 +1394,13 b'' | |||
|
1394 | 1394 | }; |
|
1395 | 1395 | }; |
|
1396 | 1396 | pyramid-debugtoolbar = super.buildPythonPackage { |
|
1397 |
name = "pyramid-debugtoolbar-4. |
|
|
1397 | name = "pyramid-debugtoolbar-4.4"; | |
|
1398 | 1398 | buildInputs = with self; []; |
|
1399 | 1399 | doCheck = false; |
|
1400 | 1400 | propagatedBuildInputs = with self; [pyramid pyramid-mako repoze.lru Pygments ipaddress]; |
|
1401 | 1401 | src = fetchurl { |
|
1402 |
url = "https://files.pythonhosted.org/packages/ |
|
|
1403 | sha256 = "7f77c1a7e9705b07dcb66ad4aeb92e8a0c5ac073ff766bf9c2f36259fa677f57"; | |
|
1402 | url = "https://files.pythonhosted.org/packages/00/6f/c04eb4e715a7a5a4b24079ab7ffd1dceb1f70b2e24fc17686a2922dbac0a/pyramid_debugtoolbar-4.4.tar.gz"; | |
|
1403 | sha256 = "5f779aa242009c4aace848f67807da44af2970b303aa1c9682c2efab76b7e79e"; | |
|
1404 | 1404 | }; |
|
1405 | 1405 | meta = { |
|
1406 | 1406 | license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ]; |
General Comments 0
You need to be logged in to leave comments.
Login now