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-15.c85015d.


From: guix-commits
Subject: branch master updated: gnu: mumi: Update to 0.0.0-15.c85015d.
Date: Tue, 07 Apr 2020 10:28: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 5c08ae3  gnu: mumi: Update to 0.0.0-15.c85015d.
5c08ae3 is described below

commit 5c08ae30ee46f69397cd3b358b203349ecc7c877
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Apr 7 16:28:13 2020 +0200

    gnu: mumi: Update to 0.0.0-15.c85015d.
    
    * gnu/packages/mail.scm (mumi): Update to 0.0.0-15.c85015d.
---
 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 528db7c..a6ed776 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 "ab53797fbd5ecb3c076cc7bdfdbb284840abc15f")
-        (revision "14"))
+  (let ((commit "c85015dac8110bd7a4c37375b9eb05ebeadedf74")
+        (revision "15"))
     (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
-                  "13hy4k0swh7afr57rnxr6vnqw5llwd1jqg90fz7710s4v4z51q2v"))))
+                  "05nma73kqnva6ci92aq8jb3718ry5dz3sd64ibpxn5w77z5kpwr7"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build gnu-build-system)



reply via email to

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