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.4-2.0a90eed.


From: guix-commits
Subject: branch master updated: gnu: mumi: Update to 0.0.4-2.0a90eed.
Date: Sat, 24 Dec 2022 18:26:44 -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 36bc92a3ec gnu: mumi: Update to 0.0.4-2.0a90eed.
36bc92a3ec is described below

commit 36bc92a3ec2113e9aeff0c68737771f521de5b10
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Dec 25 00:26:02 2022 +0100

    gnu: mumi: Update to 0.0.4-2.0a90eed.
    
    * gnu/packages/mail.scm (mumi): Update to 0.0.4-2.0a90eed.
---
 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 011bc88565..c9916c2e93 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4026,8 +4026,8 @@ It is a replacement for the @command{urlview} program.")
     (license license:gpl2+)))
 
 (define-public mumi
-  (let ((commit "18acd2b3ecdff309bc8788a82421531b3d332ac8")
-        (revision "1"))
+  (let ((commit "0a90eeda9b5e12a2f83e3917c46fa539f308d0c8")
+        (revision "2"))
     (package
       (name "mumi")
       (version (git-version "0.0.4" revision commit))
@@ -4039,7 +4039,7 @@ It is a replacement for the @command{urlview} program.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0czzik71aa32zpn1wwg18f68zjhdssmc7ljrkq5ksfhqsn0hkgmz"))))
+                  "1yxi1vvygrk8qd0mqh65qh1g99r5d4rlymj8amcn80ggi3z32byk"))))
       (build-system gnu-build-system)
       (arguments
        (list



reply via email to

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