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:
parent
b73deae714
commit
d1882a1940
1 changed files with 3 additions and 3 deletions
|
@ -5563,11 +5563,11 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
|||
|
||||
|
||||
trac = buildPythonPackage {
|
||||
name = "trac-0.12.2";
|
||||
name = "trac-1.0.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://ftp.edgewall.com/pub/trac/Trac-0.12.2.tar.gz;
|
||||
sha256 = "1ihf5031pc1wpwbxpfzzz2bcpwww795n5y22baglyim1lalivd65";
|
||||
url = http://ftp.edgewall.com/pub/trac/Trac-1.0.1.tar.gz;
|
||||
sha256 = "1nqa95fcnkpyq4jk6az7l7sqgm3b3pjq3bx1n7y4v3bad5jr1m4x";
|
||||
};
|
||||
|
||||
# couple of failing tests
|
||||
|
|
Loading…
Reference in a new issue