This is an automated email from the git hooks/post-receive script.

planglois pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5296548  gnu: mu: Update to 1.4.14.
5296548 is described below

commit 5296548a902b27ac341d460a3e28364d9a03ef41
Author: Pierre Langlois <[email protected]>
AuthorDate: Wed Jan 6 09:32:24 2021 +0000

    gnu: mu: Update to 1.4.14.
    
    * gnu/packages/mail.scm (mu): Update to 1.4.14.
---
 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 aaf474a..5bdb415 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)

Reply via email to