guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-genshi: Update to 0.7.2.


From: guix-commits
Subject: 01/01: gnu: python-genshi: Update to 0.7.2.
Date: Wed, 16 Oct 2019 21:07:28 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 837b3c5d69456ddff4fda4b781a0c3924a462b5c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Oct 17 03:03:36 2019 +0200

    gnu: python-genshi: Update to 0.7.2.
    
    * gnu/packages/python-web.scm (python-genshi): Update to 0.7.2.
---
 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 6e924dd..5c9da7c 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")



reply via email to

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