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.1-9.f73df11.


From: guix-commits
Subject: branch master updated: gnu: mumi: Update to 0.0.1-9.f73df11.
Date: Wed, 06 Jul 2022 08:24:59 -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 d4d07ed92b gnu: mumi: Update to 0.0.1-9.f73df11.
d4d07ed92b is described below

commit d4d07ed92bd32ee141f96f1fde0bf8778994deaa
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jul 6 14:21:32 2022 +0200

    gnu: mumi: Update to 0.0.1-9.f73df11.
    
    * gnu/packages/mail.scm (mumi): Update to 0.0.1-9.f73df11.
---
 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 a03bf2fa05..acf009f387 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 "9b28ec7d152623692877bcb767e5c654e59e57ed")
-        (revision "8"))
+  (let ((commit "f73df1101274cbe14a36f59ca71bc94ff08c4ad0")
+        (revision "9"))
     (package
       (name "mumi")
       (version (git-version "0.0.1" revision commit))
@@ -3972,7 +3972,7 @@ It is a replacement for the @command{urlview} program.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1njnzqv4h2msfa86qfbvm54vfdwlikwzs4134fcffcf4l86bs9fl"))))
+                  "01jfmywfd6wnvacna3rkb79iwbk67kkyzdl8a2162pcjm9gs0l13"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build gnu-build-system)



reply via email to

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