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-1.18acd2b.


From: guix-commits
Subject: branch master updated: gnu: mumi: Update to 0.0.4-1.18acd2b.
Date: Sat, 24 Dec 2022 10:34:42 -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 8bf58c1b35 gnu: mumi: Update to 0.0.4-1.18acd2b.
8bf58c1b35 is described below

commit 8bf58c1b35c3f0195fdce76c73328c4e156412c3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Dec 24 16:32:39 2022 +0100

    gnu: mumi: Update to 0.0.4-1.18acd2b.
    
    * gnu/packages/mail.scm (mumi): Update to 0.0.4-1.18acd2b.
---
 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 6ce961e2c8..011bc88565 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 "350b2dfbe22bea82ca2d5739d5aebbf9277fe7b7")
+  (let ((commit "18acd2b3ecdff309bc8788a82421531b3d332ac8")
         (revision "1"))
     (package
       (name "mumi")
-      (version (git-version "0.0.3" revision commit))
+      (version (git-version "0.0.4" 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
-                  "1i728cf5shsh0rcv38z244855s2jhifj91prq7c2zk99fsiadw50"))))
+                  "0czzik71aa32zpn1wwg18f68zjhdssmc7ljrkq5ksfhqsn0hkgmz"))))
       (build-system gnu-build-system)
       (arguments
        (list



reply via email to

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