guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Mutt: Update to 1.13.4.


From: guix-commits
Subject: branch master updated: gnu: Mutt: Update to 1.13.4.
Date: Mon, 23 Mar 2020 15:53:23 -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 a11237e  gnu: Mutt: Update to 1.13.4.
a11237e is described below

commit a11237e40ac83f34fbb068135c3726c93465eae2
Author: Leo Famulari <address@hidden>
AuthorDate: Mon Mar 23 15:45:30 2020 -0400

    gnu: Mutt: Update to 1.13.4.
    
    * gnu/packages/mail.scm (mutt): Update to 1.13.4.
    [source]: Prefer HTTPS URL and replace FTP URL with HTTP.
---
 gnu/packages/mail.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 092bb8b..e36e010 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -380,17 +380,17 @@ aliasing facilities to work just as they would on normal 
mail.")
 (define-public mutt
   (package
     (name "mutt")
-    (version "1.13.2")
+    (version "1.13.4")
     (source (origin
              (method url-fetch)
              (uri (list
-                    (string-append "ftp://ftp.mutt.org/pub/mutt/mutt-";
-                                   version ".tar.gz")
                     (string-append "https://bitbucket.org/mutt/mutt/downloads/";
-                                   "mutt-" version ".tar.gz")))
+                                   "mutt-" version ".tar.gz")
+                    (string-append "http://ftp.mutt.org/pub/mutt/mutt-";
+                                   version ".tar.gz")))
              (sha256
               (base32
-               "0x4yfvk8415p80h9an242n6q3b43mw6mnnczh95zd3j0zwdr6wrg"))
+               "016dzx2c0kr9xgnw4nfzpkn4nvpk56rdlcqhrwa820fq8083yzdm"))
              (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]