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.8.9.


From: guix-commits
Subject: 01/02: gnu: mu: Update to 1.8.9.
Date: Mon, 15 Aug 2022 16:57:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 73eca39df7cc14a9fd078b9117769ebe2f224ab7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 14 02:00:01 2022 +0200

    gnu: mu: Update to 1.8.9.
    
    * gnu/packages/mail.scm (mu): Update to 1.8.9.
    [arguments]: Adjust the 'patch-bin-references phase accordingly.
---
 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 9b2fe87fa4..b4b3162fff 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1160,7 +1160,7 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
 (define-public mu
   (package
     (name "mu")
-    (version "1.8.8")
+    (version "1.8.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1169,7 +1169,7 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1wfvssfd3fqgncs9jrysr4gsflb6l5m819imijj49k1s0dwj82wj"))))
+                "1anpv49242qpayziz111rzznkmfgkd2a9y5xda6xhmzhqdhx79h2"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config
@@ -1194,7 +1194,7 @@ security functionality including PGP, S/MIME, SSH, and 
SSL.")
                             "mu/tests/test-mu-query.cc")
                (("/bin/sh") (which "sh")))
              (substitute* '("lib/tests/bench-indexer.cc"
-                            "lib/utils/mu-utils.cc")
+                            "lib/utils/mu-test-utils.cc")
                (("/bin/rm") (which "rm")))))
          (add-after 'install 'install-emacs-autoloads
            (lambda* (#:key outputs #:allow-other-keys)



reply via email to

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