unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30388] [PATCH] gnu: mu: Update to 1.0.
@ 2018-02-08  9:40 Pierre Langlois
  2018-02-09  4:19 ` bug#30388: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Pierre Langlois @ 2018-02-08  9:40 UTC (permalink / raw)
  To: 30388

[-- Attachment #1: Type: text/plain, Size: 86 bytes --]

Hi Guix!

Here's a small patch to update the mu mail client/indexer.

Thanks,
Pierre


[-- Attachment #2: 0001-gnu-mu-Update-to-1.0.patch --]
[-- Type: text/x-patch, Size: 1681 bytes --]

From b8343260998623af3e964c3b5a4fb394b4b185d2 Mon Sep 17 00:00:00 2001
From: Pierre Langlois <pierre.langlois@gmx.com>
Date: Sat, 9 Dec 2017 13:05:34 +0000
Subject: [PATCH] gnu: mu: Update to 1.0.

* gnu/packages/mail.scm (mu): Update to 1.0.
---
 gnu/packages/mail.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index fcb347238..22c85745d 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -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)
-- 
2.16.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#30388: [PATCH] gnu: mu: Update to 1.0.
  2018-02-08  9:40 [bug#30388] [PATCH] gnu: mu: Update to 1.0 Pierre Langlois
@ 2018-02-09  4:19 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2018-02-09  4:19 UTC (permalink / raw)
  To: Pierre Langlois; +Cc: 30388-done

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]

On Thu, Feb 08, 2018 at 09:40:16AM +0000, Pierre Langlois wrote:
> Hi Guix!
> 
> Here's a small patch to update the mu mail client/indexer.
> 
> Thanks,
> Pierre
> 

> From b8343260998623af3e964c3b5a4fb394b4b185d2 Mon Sep 17 00:00:00 2001
> From: Pierre Langlois <pierre.langlois@gmx.com>
> Date: Sat, 9 Dec 2017 13:05:34 +0000
> Subject: [PATCH] gnu: mu: Update to 1.0.
> 
> * gnu/packages/mail.scm (mu): Update to 1.0.

Thanks! Pushed as e5fdc3348a8407cee6e8ca741d161e2cab422ef9

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-09  4:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-08  9:40 [bug#30388] [PATCH] gnu: mu: Update to 1.0 Pierre Langlois
2018-02-09  4:19 ` bug#30388: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).