pythonPackages.genshi: update to 0.7

This commit is contained in:
Rok Garbas 2013-07-03 04:26:02 +02:00
parent bf540904de
commit 0a527048eb

View file

@ -1877,11 +1877,11 @@ pythonPackages = python.modules // rec {
};
genshi = buildPythonPackage {
name = "genshi-0.6";
name = "genshi-0.7";
src = fetchurl {
url = http://ftp.edgewall.com/pub/genshi/Genshi-0.6.tar.gz;
sha256 = "0jrajyppdzb3swcxv3w1mpp88vcy7400gy1v2h2gm3pq0dmggaij";
url = http://ftp.edgewall.com/pub/genshi/Genshi-0.7.tar.gz;
sha256 = "0lkkbp6fbwzv0zda5iqc21rr7rdldkwh3hfabfjl9i4bwq14858x";
};
# FAIL: test_sanitize_remove_script_elem (genshi.filters.tests.html.HTMLSanitizerTestCase)