guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: mutt: Update to 1.12.2.


From: guix-commits
Subject: 01/01: gnu: mutt: Update to 1.12.2.
Date: Sat, 21 Sep 2019 17:59:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 265f30c9c434b5ad85a364ca780d635d32b615a0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Sep 21 23:57:59 2019 +0200

    gnu: mutt: Update to 1.12.2.
    
    * gnu/packages/mail.scm (mutt): Update to 1.12.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 35b4e03..3d5417b 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -353,14 +353,14 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "1.12.1")
+    (version "1.12.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://bitbucket.org/mutt/mutt/downloads/";
                                  "mutt-" version ".tar.gz"))
              (sha256
               (base32
-               "0311sip2q90aqaxn7h3cck1zl98b4vifqi8bp5fsizy4dr06bi81"))
+               "10k8352s0z7yan6d4z2am80qd3bsaky4h89g72wl4xr3x067ahmw"))
              (patches (search-patches "mutt-store-references.patch"))))
     (build-system gnu-build-system)
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]