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:
Tobias Geerinckx-Rice 2019-10-17 03:03:36 +02:00
parent a75c97ac08
commit 837b3c5d69
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

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