gnu: python-genshi: Update to 0.7.2.
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.2.
This commit is contained in:
parent
a75c97ac08
commit
837b3c5d69
@ -2613,7 +2613,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.1")
|
(version "0.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -2622,7 +2622,7 @@ 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 "01fx8fnpay5w048ppyjivg2dgfpp5rybn07y3pfsgj2knram3nhl"))))
|
(base32 "06rch30x10l105k5b6rahd839lkhmgrzn6691wbci0cb2fzps32w"))))
|
||||||
(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…
Reference in New Issue
Block a user