all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74188] [PATCH] gnu: mu: Update to 1.12.7.
@ 2024-11-03 12:56 Zheng Junjie
  2024-11-06 14:15 ` bug#74188: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Junjie @ 2024-11-03 12:56 UTC (permalink / raw)
  To: 74188

* gnu/packages/mail.scm (mu): Update to 1.12.7.
[source]: Switch to git-fetch.

Change-Id: I377c49e3c1a83ae854f82e565660a1743ab0c2d7
---
 gnu/packages/mail.scm | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ead8740627e..e556c102146 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -57,6 +57,7 @@
 ;;; Copyright © 2023 Wilko Meyer <w@wmeyer.eu>
 ;;; Copyright © 2024 Benjamin Slade <slade@lambda-y.net>
 ;;; Copyright © 2024 Jean Simard <woshilapin@tuziwo.info>
+;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1275,14 +1276,16 @@ (define-public emacs-mew
 (define-public mu
   (package
     (name "mu")
-    (version "1.12.6")
+    (version "1.12.7")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://github.com/djcb/mu/releases/download/v"
-                           version "/mu-" version ".tar.xz"))
+       (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 "0qdpag5skcwml4mrhz8205wfirayn55cqdydsy7ng6f9hyv3k9gq"))))
+        (base32 "0qncxr76m0yl1c9yv546d1hxv3v9744dx40jamd0vwq3w8bv268n"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config

base-commit: 718e89e241a237880976dac4c1d24c301d196880
-- 
2.46.0





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

* bug#74188: [PATCH] gnu: mu: Update to 1.12.7.
  2024-11-03 12:56 [bug#74188] [PATCH] gnu: mu: Update to 1.12.7 Zheng Junjie
@ 2024-11-06 14:15 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-11-06 14:15 UTC (permalink / raw)
  To: 74188-done

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

Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:

> * gnu/packages/mail.scm (mu): Update to 1.12.7.
> [source]: Switch to git-fetch.
>
> Change-Id: I377c49e3c1a83ae854f82e565660a1743ab0c2d7
> ---
>  gnu/packages/mail.scm | 13 ++++++++-----
>  1 file changed, 8 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
> index ead8740627e..e556c102146 100644
> --- a/gnu/packages/mail.scm
> +++ b/gnu/packages/mail.scm
> @@ -57,6 +57,7 @@
>  ;;; Copyright © 2023 Wilko Meyer <w@wmeyer.eu>
>  ;;; Copyright © 2024 Benjamin Slade <slade@lambda-y.net>
>  ;;; Copyright © 2024 Jean Simard <woshilapin@tuziwo.info>
> +;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -1275,14 +1276,16 @@ (define-public emacs-mew
>  (define-public mu
>    (package
>      (name "mu")
> -    (version "1.12.6")
> +    (version "1.12.7")
>      (source
>       (origin
> -       (method url-fetch)
> -       (uri (string-append "https://github.com/djcb/mu/releases/download/v"
> -                           version "/mu-" version ".tar.xz"))
> +       (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 "0qdpag5skcwml4mrhz8205wfirayn55cqdydsy7ng6f9hyv3k9gq"))))
> +        (base32 "0qncxr76m0yl1c9yv546d1hxv3v9744dx40jamd0vwq3w8bv268n"))))
>      (build-system meson-build-system)
>      (native-inputs
>       (list pkg-config
>
> base-commit: 718e89e241a237880976dac4c1d24c301d196880

push, close.

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

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

end of thread, other threads:[~2024-11-06 14:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-03 12:56 [bug#74188] [PATCH] gnu: mu: Update to 1.12.7 Zheng Junjie
2024-11-06 14:15 ` bug#74188: " Zheng Junjie

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.