mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
pythonPackages.genshi: update to 0.7
This commit is contained in:
parent
bf540904de
commit
0a527048eb
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue