~ruther/guix-local

e5fdc3348a8407cee6e8ca741d161e2cab422ef9 — Pierre Langlois 8 years ago 3a9e655
gnu: mu: Update to 1.0.

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

Signed-off-by: Leo Famulari <leo@famulari.name>
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +5 -4
@@ 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 @@ security functionality including PGP, S/MIME, SSH, and SSL.")
(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)