guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mumi: Update to 0.0.2-1.0248507.


From: guix-commits
Subject: branch master updated: gnu: mumi: Update to 0.0.2-1.0248507.
Date: Wed, 06 Jul 2022 14:32:37 -0400

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

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 17892c5f9c gnu: mumi: Update to 0.0.2-1.0248507.
17892c5f9c is described below

commit 17892c5f9c5c5c93325884834a58cc2a4fafa51f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 6 20:27:08 2022 +0200

    gnu: mumi: Update to 0.0.2-1.0248507.
    
    * gnu/packages/mail.scm (mumi): Update to 0.0.2-1.0248507.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3ff2f8df4e..0c14bec2f7 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3959,8 +3959,8 @@ It is a replacement for the @command{urlview} program.")
     (license license:gpl2+)))
 
 (define-public mumi
-  (let ((commit "88a68ba952aeb81633eb07903a30d04005c6355c")
-        (revision "0"))
+  (let ((commit "02485074c9ae3d3b0039ac4c44fa37f2e2e75eac")
+        (revision "1"))
     (package
       (name "mumi")
       (version (git-version "0.0.2" revision commit))
@@ -3972,7 +3972,7 @@ It is a replacement for the @command{urlview} program.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1kg5gy85vm0rzn4k93a4gggynqknmj16i6b3adkjkj74fzms4jwm"))))
+                  "1ppqz4bclbw3rqgd2fq4mj8hsrd9cfdddjzaycm5b0ffdsm8nrs3"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build gnu-build-system)



reply via email to

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