gnu: mu: Update to 1.0.

* gnu/packages/mail.scm (mu): Update to 1.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Pierre Langlois 2017-12-09 13:05:34 +00:00 committed by Leo Famulari
parent 3a9e65538a
commit e5fdc3348a
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -24,6 +24,7 @@
;;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -532,15 +533,15 @@ (define-public emacs-mew
(define-public mu
(package
(name "mu")
(version "0.9.18")
(version "1.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/djcb/mu/releases/"
"download/" version "/mu-"
version ".tar.gz"))
"download/v" version "/mu-"
version ".tar.xz"))
(sha256
(base32
"02g82zvxfgn17wzy846bfxj0izjj7yklhwdnhwxy1y2kin4fqnb5"))))
"04x5azl19gszw2h7argq666gf9xs4hy9q7w9cbqxvy08n56xqsln"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)