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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74814 in the body.
You can then email your comments to 74814 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#74814; Package guix-patches. (Thu, 12 Dec 2024 08:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Thu, 12 Dec 2024 08:31:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-magit: Update to 4.1.3.
Date: Thu, 12 Dec 2024 09:29:57 +0100
* 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

base-commit: 93e1586116f39a30ba1fcb67bd839a43533dfaf4
--
2.46.0





Information forwarded to guix-patches <at> gnu.org:
bug#74814; Package guix-patches. (Sat, 14 Dec 2024 07:09:01 GMT) Full text and rfc822 format available.

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




Information forwarded to guix-patches <at> gnu.org:
bug#74814; Package guix-patches. (Sat, 14 Dec 2024 19:08:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
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 20:07:00 +0100
[Message part 1 (text/plain, inline)]
>sam. 14 déc. 2024 at 16:07, Maxim Cournoyer <maxim.cournoyer <at> gmail.com> wrote:

> 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.

You’re right: between 4.1.1 and 4.1.3, we have a dependency to update
(with-editor).

I have submit a patch to update it, see #74875: this time, with-editor has no
dependencies to upgrade.

--
Cayetano Santos
GnuPG Key:   https://meta.sr.ht/~csantosb.pgp
FingerPrint: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682
[signature.asc (application/pgp-signature, inline)]

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Thu, 19 Dec 2024 06:40:02 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Thu, 19 Dec 2024 06:40:02 GMT) Full text and rfc822 format available.

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

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

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

>>sam. 14 déc. 2024 at 16:07, Maxim Cournoyer <maxim.cournoyer <at> gmail.com> wrote:
>
>> 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.
>
> You’re right: between 4.1.1 and 4.1.3, we have a dependency to update
> (with-editor).
>
> I have submit a patch to update it, see #74875: this time, with-editor has no
> dependencies to upgrade.

Thanks, I've pushed both.

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 16 Jan 2025 12:24:07 GMT) Full text and rfc822 format available.

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.