aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-08-14 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-08-14 02:00:00 +0200
commit73eca39df7cc14a9fd078b9117769ebe2f224ab7 (patch)
tree23fdc8dfc1b042e6fd72a67b3ab5b9557f198186
parentc3c2dfdb5e8e4210382c8e822e392044ade2ee63 (diff)
downloadguix-73eca39df7cc14a9fd078b9117769ebe2f224ab7.tar
guix-73eca39df7cc14a9fd078b9117769ebe2f224ab7.tar.gz
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.
-rw-r--r--gnu/packages/mail.scm6
1 files 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)