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-11.0e9af8d.


From: guix-commits
Subject: branch master updated: gnu: mumi: Update to 0.0.0-11.0e9af8d.
Date: Wed, 01 Apr 2020 00:07:35 -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 92dae7a  gnu: mumi: Update to 0.0.0-11.0e9af8d.
92dae7a is described below

commit 92dae7a6050a6998ecfd6cadfbc3efffe6e80927
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Apr 1 06:07:08 2020 +0200

    gnu: mumi: Update to 0.0.0-11.0e9af8d.
    
    * gnu/packages/mail.scm (mumi): Update to 0.0.0-11.0e9af8d.
---
 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 7fb9a02..0cb3edd 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 "f7d6a54769f5540d498ff51a8c7fccbfcddc5bfb")
-        (revision "10"))
+  (let ((commit "0e9af8d11246eb08152a9bcbc3d04703963b756c")
+        (revision "11"))
     (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
-                  "0m2qlr08yghkq1kpf5p8nscdy6gz75pp8r696vg7nanqxsx480aj"))))
+                  "0q5x33gc8gi8w7cjphdmhdyfa62b89mcbmj068yd5jxqx8sn4hlw"))))
       (build-system gnu-build-system)
       (arguments
        `(#:modules ((guix build gnu-build-system)



reply via email to

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