emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62457: closed ([PATCH] gnu: mu: Update to 1.10.0.)


From: GNU bug Tracking System
Subject: bug#62457: closed ([PATCH] gnu: mu: Update to 1.10.0.)
Date: Mon, 27 Mar 2023 16:07:02 +0000

Your message dated Mon, 27 Mar 2023 17:05:41 +0100
with message-id <87fs9qnpqs.fsf@cbaines.net>
and subject line Re: [bug#62457] [PATCH] gnu: mu: Update to 1.10.0.
has caused the debbugs.gnu.org bug report #62457,
regarding [PATCH] gnu: mu: Update to 1.10.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62457: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62457
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: mu: Update to 1.10.0. Date: Sun, 26 Mar 2023 17:19:27 +0800
* gnu/packages/mail.scm (mu): Update to 1.10.0.
[source]: Use release tarball instead of git reference.
---
 gnu/packages/mail.scm | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 6ef4c6fdab..9f3dc2c97a 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1168,16 +1168,15 @@ (define-public emacs-mew
 (define-public mu
   (package
     (name "mu")
-    (version "1.8.13")
-    (source (origin
-              (method git-fetch)
-              (uri (git-reference
-                    (url "https://github.com/djcb/mu";)
-                    (commit (string-append "v" version))))
-              (file-name (git-file-name name version))
-              (sha256
-               (base32
-                "0y4f5p7pwmaj8733rjzg29038dw33057qlsbsq2wapvp24wcjymr"))))
+    (version "1.10.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/djcb/mu/releases/download/v";
+                           version "/mu-" version ".tar.xz"))
+       (sha256
+        (base32
+         "0fmcxypvl77k7si5g3c0pak13hy2ilz8a6567m7p2apjr33j223z"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62457] [PATCH] gnu: mu: Update to 1.10.0. Date: Mon, 27 Mar 2023 17:05:41 +0100 User-agent: mu4e 1.8.13; emacs 28.2
Zhu Zihao <all_but_last@163.com> writes:

> * gnu/packages/mail.scm (mu): Update to 1.10.0.
> [source]: Use release tarball instead of git reference.
> ---
>  gnu/packages/mail.scm | 19 +++++++++----------
>  1 file changed, 9 insertions(+), 10 deletions(-)

Thanks, I've pushed this to the master branch as
8ced5fd4d671f4429ccdeb807e4d17342edfc6c0.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]