mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
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:
parent
5f9ae89041
commit
8ced5fd4d6
1 changed files with 9 additions and 10 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue