guix_mirror_bot pushed a commit to branch master
in repository guix.

commit bb2dacd811422a7e47d9b2badef98452676f152f
Author: Arun Isaac <[email protected]>
AuthorDate: Fri Sep 26 21:50:17 2025 +0100

    gnu: mumi: Update to 0.14.0.
    
    * gnu/packages/mail.scm (mumi): Update to 0.14.0.
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index f8bf216d93..faeaeb70e2 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4353,7 +4353,7 @@ It is a replacement for the @command{urlview} program.")
 (define-public mumi
   (package
     (name "mumi")
-    (version "0.13.0")
+    (version "0.14.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4362,7 +4362,7 @@ It is a replacement for the @command{urlview} program.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "04mcd1xkdpvxlvpf4k4mvnwi06sdy8vy1di6gxxsr9msgdb366ir"))))
+                "1v5gjzh8idz926518c0bv0qsmyggr6lvqn5vksf5j0qdh6r6dar7"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to