[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mumi: Update to 0.2.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mumi: Update to 0.2.0. |
Date: |
Mon, 03 Jun 2024 14:58:40 -0400 |
This is an automated email from the git hooks/post-receive script.
arunisaac pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2f56845b33 gnu: mumi: Update to 0.2.0.
2f56845b33 is described below
commit 2f56845b3332d4aeff7badd64989bea75d20b403
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Jun 3 19:40:48 2024 +0100
gnu: mumi: Update to 0.2.0.
* gnu/packages/mail.scm (mumi): Update to 0.2.0.
Change-Id: I312edaf870ecaa114f828086fd9807aa549fb84d
---
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 b15d891609..06ec36b4cf 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4159,7 +4159,7 @@ It is a replacement for the @command{urlview} program.")
(define-public mumi
(package
(name "mumi")
- (version "0.1.0")
+ (version "0.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4168,7 +4168,7 @@ It is a replacement for the @command{urlview} program.")
(file-name (git-file-name name version))
(sha256
(base32
- "1989k5gjb6dgg2fd7bdi0a99dbwkj6bkgyffalvwsfdfm5f2hf5s"))))
+ "0m9vwlahz45xhn8lncz51sxcd8j7fkvzd41awfk0hs303r24arny"))))
(build-system gnu-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mumi: Update to 0.2.0.,
guix-commits <=