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
(package
(name "mu")
(version "1.8.13")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/djcb/mu")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"0y4f5p7pwmaj8733rjzg29038dw33057qlsbsq2wapvp24wcjymr"))))
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/djcb/mu/releases/download/v"
version "/mu-" version ".tar.xz"))
(sha256
(base32
"0fmcxypvl77k7si5g3c0pak13hy2ilz8a6567m7p2apjr33j223z"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config