[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mumi: Update to 0.0.5-3.2453a5a.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mumi: Update to 0.0.5-3.2453a5a. |
Date: |
Mon, 04 Sep 2023 05:03:29 -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 bedcdf0fb5 gnu: mumi: Update to 0.0.5-3.2453a5a.
bedcdf0fb5 is described below
commit bedcdf0fb5ac035f696790827679406c7146396c
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Sep 4 09:57:57 2023 +0100
gnu: mumi: Update to 0.0.5-3.2453a5a.
* gnu/packages/mail.scm (mumi): Update to 0.0.5-3.2453a5a.
---
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 a33fefddef..216e711856 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4087,8 +4087,8 @@ It is a replacement for the @command{urlview} program.")
(license license:gpl2+)))
(define-public mumi
- (let ((commit "85d5efb4367b9178eb7093e3ebca760745de0753")
- (revision "2"))
+ (let ((commit "2453a5a6686c035854e4d523b8faa8c47405bd76")
+ (revision "3"))
(package
(name "mumi")
(version (git-version "0.0.5" revision commit))
@@ -4100,7 +4100,7 @@ It is a replacement for the @command{urlview} program.")
(file-name (git-file-name name version))
(sha256
(base32
- "0yn8dfj3krqwfsdn888vbv903kfa7clmbj2xxin263zqcyzc3alq"))))
+ "0dq87qn77c6qganhck048qxq5ghj3fh2v604f87hwv530lxifabr"))))
(build-system gnu-build-system)
(arguments
(list
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mumi: Update to 0.0.5-3.2453a5a.,
guix-commits <=