summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-02 18:55:49 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 00:39:49 +0100
commit688f573bb185f9f5eec7f809e368f92d58db6339 (patch)
treea7d9f6e21c343a556207b7c95188f17628f1befe
parenta40bb0afe0c651aa2008b9cead3b060da951121b (diff)
downloadguix-688f573bb185f9f5eec7f809e368f92d58db6339.tar.gz
gnu: mu: Update to 1.6.9.
* gnu/packages/mail.scm (mu): Update to 1.6.9.
-rw-r--r--gnu/packages/mail.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index c2d3b2a834..35c4a6d970 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1169,15 +1169,15 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
 (define-public mu
   (package
     (name "mu")
-    (version "1.6.6")
+    (version "1.6.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/djcb/mu/releases/"
-                                  "download/" version "/"
+                                  "download/" version "-signed/"
                                   "mu-" version ".tar.xz"))
               (sha256
                (base32
-                "1da3ykqnba3axggxyzsh3kjhy0rbdfdh9pnwprbzww56y8h3vka2"))))
+                "0n5gvdz6vn6y69f5gx0gndjdl328qjbvi2q048qynhk99w5476cd"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)