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

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 364c3f8f4e gnu: mumi: Update to 0.13.0.
364c3f8f4e is described below

commit 364c3f8f4e68f4f4cf9e23d46db7216defc262cb
Author: Arun Isaac <[email protected]>
AuthorDate: Thu Apr 3 21:54:15 2025 +0100

    gnu: mumi: Update to 0.13.0.
    
    * gnu/packages/mail.scm (mumi): Update to 0.13.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 b7349576be..48b74468f8 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4265,7 +4265,7 @@ It is a replacement for the @command{urlview} program.")
 (define-public mumi
   (package
     (name "mumi")
-    (version "0.12.0")
+    (version "0.13.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4274,7 +4274,7 @@ It is a replacement for the @command{urlview} program.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0p8xylwibfaiqy3321j7l6i3700lavjgw9rjjk1nwjb5fi0mmiqb"))))
+                "04mcd1xkdpvxlvpf4k4mvnwi06sdy8vy1di6gxxsr9msgdb366ir"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to