GNU bug report logs - #74814
[PATCH] gnu: emacs-magit: Update to 4.1.3.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Thu, 12 Dec 2024 08:31:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 74814 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>, 74814 <at> debbugs.gnu.org,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [bug#74814] [PATCH] gnu: emacs-magit: Update to 4.1.3.
Date: Sat, 14 Dec 2024 16:07:23 +0900
Hello!

Cayetano Santos <csantosb <at> inventati.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.1.3.
>
> Change-Id: Ic645c3febe0290907c1838425c899981c1428c2e
> ---
>  gnu/packages/emacs-xyz.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 9ff4329aba..395b06d2b2 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -1767,7 +1767,7 @@ (define-public emacs-llm
>  (define-public emacs-magit
>    (package
>      (name "emacs-magit")
> -    (version "4.1.1")
> +    (version "4.1.3")
>      (source
>       (origin
>         (method git-fetch)
> @@ -1776,7 +1776,7 @@ (define-public emacs-magit
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "1ckjq068728wwfm4fv0z4rrdmrj09zvarip2s5rqdr8ny722dxfn"))))
> +        (base32 "0nggfqywxdnnzaw4vqn1m6h8qklyp7cwbaxxsnkr5pjcwn5nz69v"))))
>      (build-system emacs-build-system)
>      (arguments
>       (list

Are there none of its dependencies that need an update?  You can see in
the header of the main .el file of the package which versions it
requires usually.

-- 
Thanks,
Maxim




This bug report was last modified 247 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.