[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mumi: Update to 0.3.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mumi: Update to 0.3.0. |
Date: |
Mon, 10 Jun 2024 09:18:17 -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 df5648daa1 gnu: mumi: Update to 0.3.0.
df5648daa1 is described below
commit df5648daa1a5d097a430131bbff353b865b476b6
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Jun 10 14:12:06 2024 +0100
gnu: mumi: Update to 0.3.0.
* gnu/packages/mail.scm (mumi): Update to 0.3.0.
Change-Id: I5893d5a2537b79a1d1e214d6f11b82f6d4b1622f
---
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 00e7a932e3..9aa35ba718 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.2.1")
+ (version "0.3.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
- "1a8farj1ppwfzlfikhabqxzyynqm2h8ljhwr6nybx83z8hk45v09"))))
+ "0b93hd6jjay70rj3520cmwzji00prn2fyjbxgys6ihw962nj3hpg"))))
(build-system gnu-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mumi: Update to 0.3.0.,
guix-commits <=