[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: python-genshi: Update to 0.7.5.
From: |
guix-commits |
Subject: |
01/07: gnu: python-genshi: Update to 0.7.5. |
Date: |
Sat, 22 May 2021 13:55:24 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 3a396b00675fae70541eb4a9d2e0909654b1d3bf
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 22 18:25:06 2021 +0200
gnu: python-genshi: Update to 0.7.5.
* gnu/packages/python-web.scm (python-genshi): Update to 0.7.5.
[propagated-inputs]: Add PYTHON-SIX.
---
gnu/packages/python-web.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index b7411d2..e789f9d 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3926,7 +3926,7 @@ for Flask programs that are using @code{python-alembic}.")
(define-public python-genshi
(package
(name "python-genshi")
- (version "0.7.3")
+ (version "0.7.5")
(source
(origin
(method git-fetch)
@@ -3935,7 +3935,9 @@ for Flask programs that are using @code{python-alembic}.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "04bw7nd4wyn8ixnhik57hny2xpjjpn80k5hp6691inix5gc6rxaf"))))
+ (base32 "04i0caywiwrgw09grz988n15qr9lr31d9n6a529p8v80cy1fv23c"))))
+ (propagated-inputs
+ `(("python-six" ,python-six)))
(build-system python-build-system)
(home-page "https://genshi.edgewall.org/")
(synopsis "Toolkit for generation of output for the web")
- branch master updated (d4ffa96 -> 8a0e94f), guix-commits, 2021/05/22
- 02/07: gnu: python-terminado: Update to 0.10.0., guix-commits, 2021/05/22
- 04/07: gnu: python-django-statici18n: Update to 2.1.0., guix-commits, 2021/05/22
- 01/07: gnu: python-genshi: Update to 0.7.5.,
guix-commits <=
- 03/07: gnu: python-urllib3: Don't use 'package/inherit' on replacement package., guix-commits, 2021/05/22
- 05/07: etc: Add more SELinux permissions for the daemon., guix-commits, 2021/05/22
- 06/07: gnu: Remove python2-notebook., guix-commits, 2021/05/22
- 07/07: gnu: Remove python2-ipython-cluster-helper., guix-commits, 2021/05/22