[PATCH] gnu: emacs-magit: Update to 4.1.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Cayetano Santos
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal
C
C
Cayetano Santos wrote on 12 Dec 09:29 +0100
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
5b40251104bc9c97914a645ccce22675b88e4549.1733992197.git.csantosb@inventati.org
* 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(-)

Toggle diff (24 lines)
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
M
M
Maxim Cournoyer wrote on 14 Dec 08:07 +0100
(name . Cayetano Santos)(address . csantosb@inventati.org)
87ldwi3fpw.fsf@gmail.com
Hello!

Cayetano Santos <csantosb@inventati.org> writes:

Toggle quote (30 lines)
> * 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
C
C
Cayetano Santos wrote on 14 Dec 20:07 +0100
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
8734iqgk2z.fsf@inventati.org
Toggle quote (6 lines)
>sam. 14 déc. 2024 at 16:07, Maxim Cournoyer <maxim.cournoyer@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
FingerPrint: CCB8 1842 F9D7 058E CD67 377A BF5C DF4D F6BF 6682
-----BEGIN PGP SIGNATURE-----

iI0EARYKADUWIQTMuBhC+dcFjs1nN3q/XN9N9r9mggUCZ13XVBccY3NhbnRvc2JA
aW52ZW50YXRpLm9yZwAKCRC/XN9N9r9mgn8TAP9cQsYQj7QZsVoAVRj8wm5Iuzm2
hwuj42kuewLtvHl8UwEA1MIXLoKoEcM6DK8YAUzw0rgP40fJO3Iz27xDPdp8Hw8=
=Mzpd
-----END PGP SIGNATURE-----

M
M
Maxim Cournoyer wrote 6 days ago
(name . Cayetano Santos)(address . csantosb@inventati.org)
87o718kwie.fsf@gmail.com
Hello,

Cayetano Santos <csantosb@inventati.org> writes:

Toggle quote (12 lines)
>>sam. 14 déc. 2024 at 16:07, Maxim Cournoyer <maxim.cournoyer@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
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74814@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74814
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch