guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: mu: Update to 1.8.11.


From: guix-commits
Subject: 01/11: gnu: mu: Update to 1.8.11.
Date: Wed, 26 Oct 2022 17:10:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 75bf5dac2ee3662ae9002d163d01d9fe17b89232
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 23 02:00:03 2022 +0200

    gnu: mu: Update to 1.8.11.
    
    * gnu/packages/mail.scm (mu): Update to 1.8.11.
---
 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 c959d9ee0a..154ffb6640 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1162,7 +1162,7 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
 (define-public mu
   (package
     (name "mu")
-    (version "1.8.9")
+    (version "1.8.11")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1171,7 +1171,7 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1anpv49242qpayziz111rzznkmfgkd2a9y5xda6xhmzhqdhx79h2"))))
+                "0b5h5kdalv62z31aqyipymiqhazfssbx4c7ww96nn41a0l0g0ir0"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config



reply via email to

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