trac: Update to 1.0.1. The old version did not work at all with the current genshi package (0.7).

This commit is contained in:
Rickard Nilsson 2013-09-10 19:19:27 +02:00
parent b73deae714
commit d1882a1940

View file

@ -5563,11 +5563,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
trac = buildPythonPackage { trac = buildPythonPackage {
name = "trac-0.12.2"; name = "trac-1.0.1";
src = fetchurl { src = fetchurl {
url = http://ftp.edgewall.com/pub/trac/Trac-0.12.2.tar.gz; url = http://ftp.edgewall.com/pub/trac/Trac-1.0.1.tar.gz;
sha256 = "1ihf5031pc1wpwbxpfzzz2bcpwww795n5y22baglyim1lalivd65"; sha256 = "1nqa95fcnkpyq4jk6az7l7sqgm3b3pjq3bx1n7y4v3bad5jr1m4x";
}; };
# couple of failing tests # couple of failing tests