guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: mu: Update to 1.12.6.


From: guix-commits
Subject: 01/02: gnu: mu: Update to 1.12.6.
Date: Mon, 19 Aug 2024 22:39:06 -0400 (EDT)

podiki pushed a commit to branch master
in repository guix.

commit 9e6b58c7b48d64812067a3ab0e17fdc18cd3e0bd
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Mon Aug 19 18:36:39 2024 -0400

    gnu: mu: Update to 1.12.6.
    
    * gnu/packages/mail.scm (mu): Update to 1.12.6.
    
    Change-Id: Ibfbc2328b02dc29e29cf88a4522498ed12bb72e0
---
 gnu/packages/mail.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a0dca6351a..4f46d567f0 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1262,14 +1262,14 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
 (define-public mu
   (package
     (name "mu")
-    (version "1.12.5")
+    (version "1.12.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/djcb/mu/releases/download/v";
                            version "/mu-" version ".tar.xz"))
        (sha256
-        (base32 "1jwalqmvk5s4mf7bnz7gnzh6rii7n348bsflgdvyinia0zir42vp"))))
+        (base32 "0qdpag5skcwml4mrhz8205wfirayn55cqdydsy7ng6f9hyv3k9gq"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config



reply via email to

[Prev in Thread] Current Thread [Next in Thread]