summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Langlois <[email protected]>2021-01-06 09:32:24 +0000
committerPierre Langlois <[email protected]>2021-01-06 09:36:51 +0000
commit5296548a902b27ac341d460a3e28364d9a03ef41 (patch)
tree28d5c281e46d12c24cc996fbe75797952c7dcde0
parent32ab45413269cf25ac93c7cfa2447dd4ca9d5948 (diff)
gnu: mu: Update to 1.4.14.
* gnu/packages/mail.scm (mu): Update to 1.4.14.
-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 aaf474a5e0..5bdb4152cb 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -24,7 +24,7 @@
;;; Copyright © 2017 Kyle Meyer <[email protected]>
;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2017, 2018, 2020 Rene Saavedra <[email protected]>
-;;; Copyright © 2018, 2019, 2020 Pierre Langlois <[email protected]>
+;;; Copyright © 2018, 2019, 2020, 2021 Pierre Langlois <[email protected]>
;;; Copyright © 2018 Alex Vong <[email protected]>
;;; Copyright © 2018 Gábor Boskovits <[email protected]>
;;; Copyright © 2018, 2019, 2020 Ricardo Wurmus <[email protected]>
@@ -1059,7 +1059,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
(define-public mu
(package
(name "mu")
- (version "1.4.13")
+ (version "1.4.14")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/djcb/mu/releases/"
@@ -1067,7 +1067,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
"mu-" version ".tar.xz"))
(sha256
(base32
- "13kfpr77qrnp3i5qnb5zd03frd3fdviggnl50973gdk0hr7m0smj"))))
+ "1fk0zyxajwyzp1f8yn7imbqq77s2w5cab5m9jla4zrybwkdi0r6z"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)