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.0-13.1fee105.


From: guix-commits
Subject: branch master updated: gnu: mumi: Update to 0.0.0-13.1fee105.
Date: Mon, 06 Apr 2020 07:47:43 -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 00e075d  gnu: mumi: Update to 0.0.0-13.1fee105.
00e075d is described below

commit 00e075def43be92d5052c5eb831315f521ae8dde
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Apr 6 13:47:16 2020 +0200

    gnu: mumi: Update to 0.0.0-13.1fee105.
    
    * gnu/packages/mail.scm (mumi): Update to 0.0.0-13.1fee105.
---
 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 a4dab88..75747f3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3003,8 +3003,8 @@ replacement for the @code{urlview} program.")
     (license gpl2+)))
 
 (define-public mumi
-  (let ((commit "bb2fe926b496dc44f783430ab16f5219bae36e81")
-        (revision "12"))
+  (let ((commit "1fee105324ff9a1bd776c1244a280f4ab6ae2161")
+        (revision "13"))
     (package
       (name "mumi")
       (version (git-version "0.0.0" revision commit))
@@ -3016,7 +3016,7 @@ replacement for the @code{urlview} program.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0azqrnkcwnh903f3ap8injhld3jicxdjzbbdi56ax46gjahr1rw3"))))
+                  "03liks9yavagy12sqkdvhils9s0903qi52zgszp1g98p819r0djl"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build gnu-build-system)



reply via email to

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