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.8.


From: guix-commits
Subject: branch master updated: gnu: mumi: Update to 0.0.8.
Date: Mon, 29 Jan 2024 10:24:18 -0500

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 21e4d6cd69 gnu: mumi: Update to 0.0.8.
21e4d6cd69 is described below

commit 21e4d6cd6913eca131f2c0fd0cd509fc843c7eb8
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Jan 29 10:23:15 2024 -0500

    gnu: mumi: Update to 0.0.8.
    
    * gnu/packages/mail.scm (mumi): Update to 0.0.8.
    
    Change-Id: I0342f3cfb1b257d7beb25a5d9d0732895f88ec35
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index b2ca3b41c6..76f379a710 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4106,7 +4106,7 @@ It is a replacement for the @command{urlview} program.")
 (define-public mumi
   (package
     (name "mumi")
-    (version "0.0.7")
+    (version "0.0.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4115,7 +4115,7 @@ It is a replacement for the @command{urlview} program.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "01risymyr0b9npx1j8mxyrm6f5ahcmz4c6s7r1lbal2w5j7bp60d"))))
+                "1z556pxsz0zx95gd5b4hwkmwcvf3jyz7njkb3zwbhrwnpgygnbyl"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

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