summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-06-10 05:15:40 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-06-10 05:15:52 +0200
commit88e1d36ba6413fe3c2414178b0916ee7a5892354 (patch)
tree72d81dba2a91cabf67e01d5ec544f9992033bc43 /gnu
parentd87c9fc50682f4509f66f0e54b11d8d94c382325 (diff)
downloadguix-patches-88e1d36ba6413fe3c2414178b0916ee7a5892354.tar
guix-patches-88e1d36ba6413fe3c2414178b0916ee7a5892354.tar.gz
gnu: mu: Update to 1.4.10.
* gnu/packages/mail.scm (mu): Update to 1.4.10.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/mail.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 485dd1db1d..ec1233f83b 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -711,7 +711,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
(define-public mu
(package
(name "mu")
- (version "1.4.9")
+ (version "1.4.10")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/djcb/mu/releases/"
@@ -719,7 +719,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
"mu-" version ".tar.xz"))
(sha256
(base32
- "0dgmwdaszh5m7v1py3f9n9f6avb30vrl93g58a1k225iwdsv01d5"))))
+ "0vbyrmv3d2bja4vx86za93gq46vxg18j12g0lca3x1dl8d5g2xa6"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)