diff options
author | Marius Bakke <marius@gnu.org> | 2021-05-22 18:25:06 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2021-05-22 19:53:16 +0200 |
commit | 3a396b00675fae70541eb4a9d2e0909654b1d3bf (patch) | |
tree | 567670f4dbc80083ca274b98c4ceb980da1774a7 | |
parent | d4ffa9630277fa8699c783c08381d688626d4bc3 (diff) | |
download | guix-3a396b00675fae70541eb4a9d2e0909654b1d3bf.tar.gz guix-3a396b00675fae70541eb4a9d2e0909654b1d3bf.zip |
gnu: python-genshi: Update to 0.7.5.
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.5.
[propagated-inputs]: Add PYTHON-SIX.
-rw-r--r-- | gnu/packages/python-web.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index b7411d21fa..e789f9d837 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -3926,7 +3926,7 @@ for Flask programs that are using @code{python-alembic}.") (define-public python-genshi (package (name "python-genshi") - (version "0.7.3") + (version "0.7.5") (source (origin (method git-fetch) @@ -3935,7 +3935,9 @@ for Flask programs that are using @code{python-alembic}.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "04bw7nd4wyn8ixnhik57hny2xpjjpn80k5hp6691inix5gc6rxaf")))) + (base32 "04i0caywiwrgw09grz988n15qr9lr31d9n6a529p8v80cy1fv23c")))) + (propagated-inputs + `(("python-six" ,python-six))) (build-system python-build-system) (home-page "https://genshi.edgewall.org/") (synopsis "Toolkit for generation of output for the web") |