gnu: python-genshi: Update to 0.7.3.

* gnu/packages/python-web.scm (python-genshi): Update to 0.7.3.
This commit is contained in:
Marius Bakke 2020-04-11 16:35:29 +02:00
parent 892918bc46
commit 658505d7a9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA

View File

@ -2672,7 +2672,7 @@ (define-public python-flask-migrate
(define-public python-genshi
(package
(name "python-genshi")
(version "0.7.2")
(version "0.7.3")
(source
(origin
(method git-fetch)
@ -2681,7 +2681,7 @@ (define-public python-genshi
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "06rch30x10l105k5b6rahd839lkhmgrzn6691wbci0cb2fzps32w"))))
(base32 "04bw7nd4wyn8ixnhik57hny2xpjjpn80k5hp6691inix5gc6rxaf"))))
(build-system python-build-system)
(home-page "https://genshi.edgewall.org/")
(synopsis "Toolkit for generation of output for the web")