gnu: mu: Update to 1.10.0.

* gnu/packages/mail.scm (mu): Update to 1.10.0.
[source]: Use release tarball instead of git reference.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Zhu Zihao 2023-03-26 17:19:27 +08:00 committed by Christopher Baines
parent 5f9ae89041
commit 8ced5fd4d6
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1168,16 +1168,15 @@ (define-public emacs-mew
(define-public mu (define-public mu
(package (package
(name "mu") (name "mu")
(version "1.8.13") (version "1.10.0")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method url-fetch)
(url "https://github.com/djcb/mu") (uri (string-append "https://github.com/djcb/mu/releases/download/v"
(commit (string-append "v" version)))) version "/mu-" version ".tar.xz"))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0y4f5p7pwmaj8733rjzg29038dw33057qlsbsq2wapvp24wcjymr")))) "0fmcxypvl77k7si5g3c0pak13hy2ilz8a6567m7p2apjr33j223z"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list pkg-config (list pkg-config