[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Mutt: Update to 2.2.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Mutt: Update to 2.2.0. |
Date: |
Sun, 13 Feb 2022 13:03:19 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d65979c46c gnu: Mutt: Update to 2.2.0.
d65979c46c is described below
commit d65979c46c99dc36324ca94aa9650b9de37f22de
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Feb 13 13:02:15 2022 -0500
gnu: Mutt: Update to 2.2.0.
* gnu/packages/mail.scm (mutt): Update to 2.2.0.
---
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 003f5f46bb..6b3371043c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -553,7 +553,7 @@ aliasing facilities to work just as they would on normal
mail.")
(define-public mutt
(package
(name "mutt")
- (version "2.1.5")
+ (version "2.2.0")
(source (origin
(method url-fetch)
(uri (list
@@ -563,7 +563,7 @@ aliasing facilities to work just as they would on normal
mail.")
version ".tar.gz")))
(sha256
(base32
- "1q1bq5qfv67s6ynbqga19ifaprgavhdbgg154kb9ffingvj0k8wj"))
+ "052k6kiw6yglgcbs1liynh4hf5ac56ychpivrbw85jh3dpq9fig8"))
(patches (search-patches "mutt-store-references.patch"))))
(build-system gnu-build-system)
(inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Mutt: Update to 2.2.0.,
guix-commits <=