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

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

bug#74188: closed ([PATCH] gnu: mu: Update to 1.12.7.)


From: GNU bug Tracking System
Subject: bug#74188: closed ([PATCH] gnu: mu: Update to 1.12.7.)
Date: Wed, 06 Nov 2024 14:17:02 +0000

Your message dated Wed, 06 Nov 2024 22:15:12 +0800
with message-id <87h68kzbwv.fsf@iscas.ac.cn>
and subject line Re: [bug#74188] [PATCH] gnu: mu: Update to 1.12.7.
has caused the debbugs.gnu.org bug report #74188,
regarding [PATCH] gnu: mu: Update to 1.12.7.
to be marked as done.

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


-- 
74188: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74188
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: mu: Update to 1.12.7. Date: Sun, 3 Nov 2024 20:56:39 +0800
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#74188] [PATCH] gnu: mu: Update to 1.12.7. Date: Wed, 06 Nov 2024 22:15:12 +0800
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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