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-14.ab53797.


From: guix-commits
Subject: branch master updated: gnu: mumi: Update to 0.0.0-14.ab53797.
Date: Tue, 07 Apr 2020 09:33:01 -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 5bd109b  gnu: mumi: Update to 0.0.0-14.ab53797.
5bd109b is described below

commit 5bd109b81122ed642bc66cb574d48cc9f45c0cab
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 7 15:29:44 2020 +0200

    gnu: mumi: Update to 0.0.0-14.ab53797.
    
    * gnu/packages/mail.scm (mumi): Update to 0.0.0-14.ab53797.
---
 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 75747f3..528db7c 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 "1fee105324ff9a1bd776c1244a280f4ab6ae2161")
-        (revision "13"))
+  (let ((commit "ab53797fbd5ecb3c076cc7bdfdbb284840abc15f")
+        (revision "14"))
     (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
-                  "03liks9yavagy12sqkdvhils9s0903qi52zgszp1g98p819r0djl"))))
+                  "13hy4k0swh7afr57rnxr6vnqw5llwd1jqg90fz7710s4v4z51q2v"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build gnu-build-system)



reply via email to

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