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.master
parent
c3c2dfdb5e
commit
73eca39df7
|
@ -1160,7 +1160,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
|
||||||
(define-public mu
|
(define-public mu
|
||||||
(package
|
(package
|
||||||
(name "mu")
|
(name "mu")
|
||||||
(version "1.8.8")
|
(version "1.8.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1169,7 +1169,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wfvssfd3fqgncs9jrysr4gsflb6l5m819imijj49k1s0dwj82wj"))))
|
"1anpv49242qpayziz111rzznkmfgkd2a9y5xda6xhmzhqdhx79h2"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config
|
(list pkg-config
|
||||||
|
@ -1194,7 +1194,7 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
|
||||||
"mu/tests/test-mu-query.cc")
|
"mu/tests/test-mu-query.cc")
|
||||||
(("/bin/sh") (which "sh")))
|
(("/bin/sh") (which "sh")))
|
||||||
(substitute* '("lib/tests/bench-indexer.cc"
|
(substitute* '("lib/tests/bench-indexer.cc"
|
||||||
"lib/utils/mu-utils.cc")
|
"lib/utils/mu-test-utils.cc")
|
||||||
(("/bin/rm") (which "rm")))))
|
(("/bin/rm") (which "rm")))))
|
||||||
(add-after 'install 'install-emacs-autoloads
|
(add-after 'install 'install-emacs-autoloads
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
|
|
Reference in New Issue