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.5-1.b2a8280.


From: guix-commits
Subject: branch master updated: gnu: mumi: Update to 0.0.5-1.b2a8280.
Date: Mon, 02 Jan 2023 06:15:24 -0500

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 f1d71d31d3 gnu: mumi: Update to 0.0.5-1.b2a8280.
f1d71d31d3 is described below

commit f1d71d31d307342b93fe0851741d64fa3f1ff308
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 2 12:14:55 2023 +0100

    gnu: mumi: Update to 0.0.5-1.b2a8280.
    
    * gnu/packages/mail.scm (mumi): Update to 0.0.5-1.b2a8280.
---
 gnu/packages/mail.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c9916c2e93..de868e948b 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4026,11 +4026,11 @@ It is a replacement for the @command{urlview} program.")
     (license license:gpl2+)))
 
 (define-public mumi
-  (let ((commit "0a90eeda9b5e12a2f83e3917c46fa539f308d0c8")
-        (revision "2"))
+  (let ((commit "b2a8280f158957e18d714dea78637f6504dd7613")
+        (revision "1"))
     (package
       (name "mumi")
-      (version (git-version "0.0.4" revision commit))
+      (version (git-version "0.0.5" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -4039,7 +4039,7 @@ It is a replacement for the @command{urlview} program.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1yxi1vvygrk8qd0mqh65qh1g99r5d4rlymj8amcn80ggi3z32byk"))))
+                  "1ygcbrnwvqa4zi93mbry5afw6dr4fbm7pgkn1gbsydp6qjfsm88q"))))
       (build-system gnu-build-system)
       (arguments
        (list



reply via email to

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