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-10.f7d6a54.


From: guix-commits
Subject: branch master updated: gnu: mumi: Update to 0.0.0-10.f7d6a54.
Date: Tue, 31 Mar 2020 22:28:29 -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 284b27c  gnu: mumi: Update to 0.0.0-10.f7d6a54.
284b27c is described below

commit 284b27c5aeadb257dd8c0a33f3486c1c1eba8255
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Apr 1 04:27:55 2020 +0200

    gnu: mumi: Update to 0.0.0-10.f7d6a54.
    
    * gnu/packages/mail.scm (mumi): Update to 0.0.0-10.f7d6a54.
---
 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 36b94f4..7fb9a02 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 "5fdbc3e717b8ed4bfef83294ed26361eb21c20c1")
-        (revision "9"))
+  (let ((commit "f7d6a54769f5540d498ff51a8c7fccbfcddc5bfb")
+        (revision "10"))
     (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
-                  "18zyj2npvy8qg6g3l0xb2srlcp84x7p783fsw5ka6v3acxri62h1"))))
+                  "0m2qlr08yghkq1kpf5p8nscdy6gz75pp8r696vg7nanqxsx480aj"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build gnu-build-system)



reply via email to

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