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.8.2.


From: Leo Famulari
Subject: 01/01: gnu: mutt: Update to 1.8.2.
Date: Fri, 21 Apr 2017 15:28:12 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit eeaea41236392cdd13fc2fb39ad6bca6cffe32e8
Author: Leo Famulari <address@hidden>
Date:   Fri Apr 21 15:23:58 2017 -0400

    gnu: mutt: Update to 1.8.2.
    
    * gnu/packages/mail.scm (mutt): Update to 1.8.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 4234353..fb4a042 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -225,14 +225,14 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "1.8.1")
+    (version "1.8.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://bitbucket.org/mutt/mutt/downloads/";
                                  "mutt-" version ".tar.gz"))
              (sha256
               (base32
-               "1b8dggq5x1b77a9i9250b3jhv2iddfzhr9rix1yfzckdms65mr8b"))
+               "0dgjjryp1ggbc6ivy9cfz5jl3gnbahb6d6hcwn7c7wk5npqpn18x"))
              (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]