guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: mu: Update to 1.4.4.


From: guix-commits
Subject: 01/02: gnu: mu: Update to 1.4.4.
Date: Thu, 7 May 2020 09:27:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 712f52ace3f2b48ba3b53e81da5aa9a1a3e99df5
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Wed May 6 23:06:03 2020 +0200

    gnu: mu: Update to 1.4.4.
    
    * gnu/packages/mail.scm (mu): Update to 1.4.4.
    [source]: Update URI.
---
 gnu/packages/mail.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 2a6286f..fde1ec3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -715,15 +715,15 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
 (define-public mu
   (package
     (name "mu")
-    (version "1.4")
+    (version "1.4.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/djcb/mu/releases/";
-                                  "download/" (version-major+minor version) "/"
+                                  "download/"  version "/"
                                   "mu-" version ".tar.xz"))
               (sha256
                (base32
-                "1ay68rhlngnp2zm6wdmzgr1fsal3spz61swcxlaz5y215qvgjfpy"))))
+                "0pmx8zh5fsfhkdl0cr7ydcv6cywhxbgavnjrfr5p2ibz9gx3q3vf"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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