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-9.5fdbc3e.


From: guix-commits
Subject: branch master updated: gnu: mumi: Update to 0.0.0-9.5fdbc3e.
Date: Tue, 31 Mar 2020 11:51:15 -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 11ef009  gnu: mumi: Update to 0.0.0-9.5fdbc3e.
11ef009 is described below

commit 11ef009e7adfb53f8e76723655ff5433fe6dbadb
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue Mar 31 17:50:51 2020 +0200

    gnu: mumi: Update to 0.0.0-9.5fdbc3e.
    
    * gnu/packages/mail.scm (mumi): Update to 0.0.0-9.5fdbc3e.
---
 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 89de6a1..36b94f4 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2968,8 +2968,8 @@ replacement for the @code{urlview} program.")
     (license gpl2+)))
 
 (define-public mumi
-  (let ((commit "9f66dbc6231e2a884f76fa9913a0461887476116")
-        (revision "8"))
+  (let ((commit "5fdbc3e717b8ed4bfef83294ed26361eb21c20c1")
+        (revision "9"))
     (package
       (name "mumi")
       (version (git-version "0.0.0" revision commit))
@@ -2981,7 +2981,7 @@ replacement for the @code{urlview} program.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "15k7bvvna1iiflg3x97jzyxjd5n30c6158z467ihj0sjxk94pbra"))))
+                  "18zyj2npvy8qg6g3l0xb2srlcp84x7p783fsw5ka6v3acxri62h1"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build gnu-build-system)



reply via email to

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