[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Mutt: Update to 2.2.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Mutt: Update to 2.2.2. |
Date: |
Tue, 29 Mar 2022 23:34:39 -0400 |
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 457999ce36 gnu: Mutt: Update to 2.2.2.
457999ce36 is described below
commit 457999ce36470ed7e8626e41dfdd236cfcaf8060
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Mar 29 23:30:38 2022 -0400
gnu: Mutt: Update to 2.2.2.
* gnu/packages/mail.scm (mutt): Update to 2.2.2.
---
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 ee5e576a18..fcd9b705cc 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -552,7 +552,7 @@ aliasing facilities to work just as they would on normal
mail.")
(define-public mutt
(package
(name "mutt")
- (version "2.2.1")
+ (version "2.2.2")
(source (origin
(method url-fetch)
(uri (list
@@ -562,7 +562,7 @@ aliasing facilities to work just as they would on normal
mail.")
version ".tar.gz")))
(sha256
(base32
- "1ddbhwsycfpf430k52l5gggywd09h10hwcwzpydam43c5ga30vdp"))
+ "1k0ghbpc4gn3sydbw10xv9djin9grk1pkxdwynrw0iknyc68gphh"))
(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.2.,
guix-commits <=