all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62457] [PATCH] gnu: mu: Update to 1.10.0.
@ 2023-03-26  9:19 Zhu Zihao
  2023-03-27 16:05 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Zhu Zihao @ 2023-03-26  9:19 UTC (permalink / raw)
  To: 62457; +Cc: Zhu Zihao

* 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





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

* [bug#62457] [PATCH] gnu: mu: Update to 1.10.0.
  2023-03-26  9:19 [bug#62457] [PATCH] gnu: mu: Update to 1.10.0 Zhu Zihao
@ 2023-03-27 16:05 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-03-27 16:05 UTC (permalink / raw)
  To: Zhu Zihao; +Cc: 62457-done, 62457

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


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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-03-27 16:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26  9:19 [bug#62457] [PATCH] gnu: mu: Update to 1.10.0 Zhu Zihao
2023-03-27 16:05 ` Christopher Baines

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.