mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: mu: Update to 0.9.18.
* gnu/packages/mail.scm (mu): Update to 0.9.18.
This commit is contained in:
parent
43c0b9beaf
commit
e7b9da2411
1 changed files with 4 additions and 4 deletions
|
@ -380,15 +380,15 @@ (define-public offlineimap
|
|||
(define-public mu
|
||||
(package
|
||||
(name "mu")
|
||||
(version "0.9.16")
|
||||
(version "0.9.18")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/djcb/mu/archive/v"
|
||||
(uri (string-append "https://github.com/djcb/mu/releases/"
|
||||
"download/" version "/mu-"
|
||||
version ".tar.gz"))
|
||||
(file-name (string-append "mu-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0p7hqri1r1x6750x138cc29mh81kdav2dcim26y58s8an206h25g"))))
|
||||
"02g82zvxfgn17wzy846bfxj0izjj7yklhwdnhwxy1y2kin4fqnb5"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue