mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 23:12:41 +01:00
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.
This commit is contained in:
parent
d4ffa96302
commit
3a396b0067
1 changed files with 4 additions and 2 deletions
|
@ -3926,7 +3926,7 @@ for Flask programs that are using @code{python-alembic}.")
|
||||||
(define-public python-genshi
|
(define-public python-genshi
|
||||||
(package
|
(package
|
||||||
(name "python-genshi")
|
(name "python-genshi")
|
||||||
(version "0.7.3")
|
(version "0.7.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3935,7 +3935,9 @@ for Flask programs that are using @code{python-alembic}.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04bw7nd4wyn8ixnhik57hny2xpjjpn80k5hp6691inix5gc6rxaf"))))
|
(base32 "04i0caywiwrgw09grz988n15qr9lr31d9n6a529p8v80cy1fv23c"))))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("python-six" ,python-six)))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page "https://genshi.edgewall.org/")
|
(home-page "https://genshi.edgewall.org/")
|
||||||
(synopsis "Toolkit for generation of output for the web")
|
(synopsis "Toolkit for generation of output for the web")
|
||||||
|
|
Loading…
Add table
Reference in a new issue