diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-04-11 16:35:29 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-04-11 16:35:29 +0200 |
commit | 658505d7a92f0518e1fc4c965bdaa389a6e83f2c (patch) | |
tree | f0c79656467f400dbd8cca8fcff461350a4723f5 /gnu/packages | |
parent | 892918bc46613fb72305d32afa78420b8068cd5d (diff) | |
download | patches-658505d7a92f0518e1fc4c965bdaa389a6e83f2c.tar patches-658505d7a92f0518e1fc4c965bdaa389a6e83f2c.tar.gz |
gnu: python-genshi: Update to 0.7.3.base-for-series-3503base-for-series-3499
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.3.
Diffstat (limited to 'gnu/packages')
-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 a9a22f565d..1d99239dbb 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2672,7 +2672,7 @@ for Flask programs that are using @code{python-alembic}.") (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 @@ for Flask programs that are using @code{python-alembic}.") (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") |