python2.7-nevow: 0.11.1 -> 0.14.2

Nevow has one user, Tahoe-LAFS, and that one user has broken functionality
with old Nevow, so I'm bumping.
This commit is contained in:
Corbin 2016-10-04 21:10:48 -07:00
parent 83df0e7b18
commit dec4ec07bd

View File

@ -14891,11 +14891,11 @@ in modules // {
nevow = buildPythonPackage (rec {
name = "nevow-${version}";
version = "0.11.1";
version = "0.14.2";
src = pkgs.fetchurl {
url = "mirror://pypi/N/Nevow/Nevow-${version}.tar.gz";
sha256 = "1z0y8a5q4fa2nmh0dap7cs9pp5xs3jm6q0g4vpwcw77q7jagdmw9";
sha256 = "0wsh40ysj5gvfc777nrdvf5vbkr606r1gh7ibvw7x8b5g8afdy3y";
name = "${name}.tar.gz";
};