mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: mu: Update to 0.9.16.
* gnu/packages/mail.scm (%mu-gtester-patch): Remove. (mu): Update to 0.9.16. [source]: Remove 'patches'.
This commit is contained in:
parent
704f219668
commit
47c96a577d
1 changed files with 2 additions and 12 deletions
|
@ -326,19 +326,10 @@ (define-public offlineimap
|
||||||
repository and Maildir/IMAP as LOCAL repository.")
|
repository and Maildir/IMAP as LOCAL repository.")
|
||||||
(license gpl2+)))
|
(license gpl2+)))
|
||||||
|
|
||||||
(define %mu-gtester-patch
|
|
||||||
;; Ensure tests have unique names, to placate GLib 2.6's gtester.
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri "https://github.com/djcb/mu/commit/b44039ed.patch")
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"165hryqqhx3wah8a4f5jaq465azx1pm9r4jid7880pys9gd88qlv"))))
|
|
||||||
|
|
||||||
(define-public mu
|
(define-public mu
|
||||||
(package
|
(package
|
||||||
(name "mu")
|
(name "mu")
|
||||||
(version "0.9.13")
|
(version "0.9.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/djcb/mu/archive/v"
|
(uri (string-append "https://github.com/djcb/mu/archive/v"
|
||||||
|
@ -346,8 +337,7 @@ (define-public mu
|
||||||
(file-name (string-append "mu-" version ".tar.gz"))
|
(file-name (string-append "mu-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wj33pma8xgjvn2akk7khzbycwn4c9sshxvzdph9dnpy7gyqxj51"))
|
"0p7hqri1r1x6750x138cc29mh81kdav2dcim26y58s8an206h25g"))))
|
||||||
(patches (list %mu-gtester-patch))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue