guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: python-genshi: Update to 0.7.3.


From: guix-commits
Subject: branch master updated: gnu: python-genshi: Update to 0.7.3.
Date: Sat, 11 Apr 2020 10:40:08 -0400

This is an automated email from the git hooks/post-receive script.

mbakke pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 658505d  gnu: python-genshi: Update to 0.7.3.
658505d is described below

commit 658505d7a92f0518e1fc4c965bdaa389a6e83f2c
Author: Marius Bakke <address@hidden>
AuthorDate: Sat Apr 11 16:35:29 2020 +0200

    gnu: python-genshi: Update to 0.7.3.
    
    * gnu/packages/python-web.scm (python-genshi): Update to 0.7.3.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a9a22f5..1d99239 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]