~ruther/guix-local

c284e78fa4453fb2045547758995bc61ba182993 — Paul van der Walt 10 years ago dc5f87f
gnu: mu: Update to 0.9.13.

* gnu/packages/mail.scm (mu): Update to 0.9.13.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +2 -2
@@ 315,7 315,7 @@ repository and Maildir/IMAP as LOCAL repository.")
(define-public mu
  (package
    (name "mu")
    (version "0.9.12")
    (version "0.9.13")
    (source (origin
              (method url-fetch)
              (uri (string-append "https://github.com/djcb/mu/archive/v"


@@ 323,7 323,7 @@ repository and Maildir/IMAP as LOCAL repository.")
              (file-name (string-append "mu-" version ".tar.gz"))
              (sha256
               (base32
                "1bxryacmas2llj68m2dv8dr1vwx8f5k2i2azh69jajkpqx7i4wdq"))))
                "0wj33pma8xgjvn2akk7khzbycwn4c9sshxvzdph9dnpy7gyqxj51"))))
    (build-system gnu-build-system)
    (native-inputs
     `(("pkg-config" ,pkg-config)