gnu: mu: Update to 1.4.4.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 6 May 2020 21:06:03 +0000 (23:06 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 7 May 2020 13:22:32 +0000 (15:22 +0200)
* gnu/packages/mail.scm (mu): Update to 1.4.4.
[source]: Update URI.

gnu/packages/mail.scm

index 2a6286f..fde1ec3 100644 (file)
@@ -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)