aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-17 03:03:36 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-17 03:04:18 +0200
commit837b3c5d69456ddff4fda4b781a0c3924a462b5c (patch)
tree83f6789a3e2e5969e2fbdc985a7c3d837af4d192
parenta75c97ac08672edd6d9de43382b6b372125c4bea (diff)
downloadguix-837b3c5d69456ddff4fda4b781a0c3924a462b5c.tar
guix-837b3c5d69456ddff4fda4b781a0c3924a462b5c.tar.gz
gnu: python-genshi: Update to 0.7.2.
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.2.
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 6e924dd7e4..5c9da7c89d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2613,7 +2613,7 @@ for Flask programs that are using @code{python-alembic}.")
(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 @@ for Flask programs that are using @code{python-alembic}.")
(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")