guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-genshi: Update to 0.7.7.


From: guix-commits
Subject: 02/02: gnu: python-genshi: Update to 0.7.7.
Date: Sat, 22 Apr 2023 05:16:18 -0400 (EDT)

andreas pushed a commit to branch core-updates
in repository guix.

commit 41e58649e12f49ec919937c56ba3055c802d6e3e
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Sat Apr 22 11:03:59 2023 +0200

    gnu: python-genshi: Update to 0.7.7.
    
    * gnu/packages/python-web.scm (python-genshi): Update to 0.7.7.
---
 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 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)



reply via email to

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