[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: mumi: Update to 0.0.1-3.6fd49e9.
From: |
guix-commits |
Subject: |
branch master updated: gnu: mumi: Update to 0.0.1-3.6fd49e9. |
Date: |
Fri, 04 Dec 2020 01:09:18 -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 a6805ad gnu: mumi: Update to 0.0.1-3.6fd49e9.
a6805ad is described below
commit a6805ad0b8e3f4f4f3e06cec32ffb0e6db16aec9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 4 07:06:51 2020 +0100
gnu: mumi: Update to 0.0.1-3.6fd49e9.
* gnu/packages/mail.scm (mumi): Update to 0.0.1-3.6fd49e9.
---
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 596c341..00cc046 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3829,8 +3829,8 @@ It is a replacement for the @command{urlview} program.")
(license license:gpl2+)))
(define-public mumi
- (let ((commit "5a578328199bab51a147fbadbce12c8d06959ed6")
- (revision "2"))
+ (let ((commit "6fd49e9341d5673b70edfb333a4e5fa0a44128d2")
+ (revision "3"))
(package
(name "mumi")
(version (git-version "0.0.1" revision commit))
@@ -3842,7 +3842,7 @@ It is a replacement for the @command{urlview} program.")
(file-name (git-file-name name version))
(sha256
(base32
- "0hngv82gd19l4q7nnbf97r120z1yagsmkp0x3lc8haza5q4mc12c"))))
+ "1wgx9vrf2c086s82bmq0lj4j1s7lc81cmarzjn13jnsvhfgwxqb8"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: mumi: Update to 0.0.1-3.6fd49e9.,
guix-commits <=