diff options
author | Andreas Enge <andreas@enge.fr> | 2023-04-22 11:03:59 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-04-22 11:03:59 +0200 |
commit | 41e58649e12f49ec919937c56ba3055c802d6e3e (patch) | |
tree | f072e4fface3c3aa39ddf802a0a4dee492c93625 | |
parent | 1c966023e8380f6ea4448a927810ce72681559db (diff) | |
download | guix-41e58649e12f49ec919937c56ba3055c802d6e3e.tar.gz |
gnu: python-genshi: Update to 0.7.7.
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.7.
-rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 40b0fa914d..6eaec07c71 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -4446,7 +4446,7 @@ for Flask programs that are using @code{python-alembic}.") (define-public python-genshi (package (name "python-genshi") - (version "0.7.5") + (version "0.7.7") (source (origin (method git-fetch) @@ -4455,7 +4455,7 @@ for Flask programs that are using @code{python-alembic}.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "04i0caywiwrgw09grz988n15qr9lr31d9n6a529p8v80cy1fv23c")))) + (base32 "06q14mn5n56rdnqvsbbjixygilblgg85fzw029n96qf6f1rvldiq")))) (propagated-inputs (list python-six)) (build-system python-build-system) |