[PATCH 0/1] Update emacs-next to 29.0.50-4.6adc193

  • Done
  • quality assurance status badge
Details
3 participants
  • Ludovic Courtès
  • Bruno Victal
  • Fredrik Salomonsson
Owner
unassigned
Submitted by
Fredrik Salomonsson
Severity
normal
F
F
Fredrik Salomonsson wrote on 22 Jan 2023 02:20
(address . guix-patches@gnu.org)(name . Fredrik Salomonsson)(address . plattfot@posteo.net)
20230122012049.13744-1-plattfot@posteo.net
Hi Guix,

I encountered a bug [0] with current version of emacs-next{,-pgkt} in guix,
which is fixed in the emacs-29 branch. So here is a patch that bumps it up to
the latest commit.


Fredrik Salomonsson (1):
gnu: emacs-next: Update to 29.0.50-4.6adc193.

gnu/packages/emacs.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: ba17b160ed7d09ef58183c22b6f1b10ee7ba926d
--
2.38.1
F
F
Fredrik Salomonsson wrote on 22 Jan 2023 02:23
[PATCH 1/1] gnu: emacs-next: Update to 29.0.50-4.6adc193.
(address . 60998@debbugs.gnu.org)(name . Fredrik Salomonsson)(address . plattfot@posteo.net)
20230122012327.14212-1-plattfot@posteo.net
* gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-4.6adc193.
---
gnu/packages/emacs.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 97d46486c7..34a7010f42 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -381,8 +381,8 @@ (define* (emacs-byte-compile-directory dir)
(license license:gpl3+)))
(define-public emacs-next
- (let ((commit "22e8a775838ef12bd43102315f13d202e2f215bd")
- (revision "3"))
+ (let ((commit "6adc193ad66445acd84caba6973424ecbd21da26")
+ (revision "4"))
(package
(inherit emacs)
(name "emacs-next")
@@ -401,7 +401,7 @@ (define-public emacs-next
"emacs-native-comp-driver-options.patch"))
(sha256
(base32
- "1byp8m13d03swifmc6s9f1jq4py4xm6bqpzzgsbnari7v70zayyg"))))
+ "0b48qg9w7fzvhva78gzi3cs2m6asj11fk0kgys49fqhwskigzg1f"))))
(inputs
(modify-inputs (package-inputs emacs)
(prepend sqlite)))
--
2.38.1
F
F
Fredrik Salomonsson wrote on 22 Jan 2023 03:24
[PATCH v2 0/1] gnu: emacs-next: Update to 29.0.50-4.6adc193.
(address . 60998@debbugs.gnu.org)(name . Fredrik Salomonsson)(address . plattfot@posteo.net)
20230122022421.2797-1-plattfot@posteo.net
Forgot the copyright line.

Fredrik Salomonsson (1):
gnu: emacs-next: Update to 29.0.50-4.6adc193.

gnu/packages/emacs.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)


base-commit: ba17b160ed7d09ef58183c22b6f1b10ee7ba926d
--
2.38.1
F
F
Fredrik Salomonsson wrote on 22 Jan 2023 03:24
[PATCH v2 1/1] gnu: emacs-next: Update to 29.0.50-4.6adc193.
(address . 60998@debbugs.gnu.org)(name . Fredrik Salomonsson)(address . plattfot@posteo.net)
20230122022421.2797-2-plattfot@posteo.net
* gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-4.6adc193.
---
gnu/packages/emacs.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 97d46486c7..471bf7968b 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -23,6 +23,7 @@
;;; Copyright © 2020 Jack Hill <jackhill@jackhill.us>
;;; Copyright © 2020 Morgan Smith <Morgan.J.Smith@outlook.com>
;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
+;;; Copyright © 2023 Fredrik Salomonsson <plattfot@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -381,8 +382,8 @@ (define* (emacs-byte-compile-directory dir)
(license license:gpl3+)))
(define-public emacs-next
- (let ((commit "22e8a775838ef12bd43102315f13d202e2f215bd")
- (revision "3"))
+ (let ((commit "6adc193ad66445acd84caba6973424ecbd21da26")
+ (revision "4"))
(package
(inherit emacs)
(name "emacs-next")
@@ -401,7 +402,7 @@ (define-public emacs-next
"emacs-native-comp-driver-options.patch"))
(sha256
(base32
- "1byp8m13d03swifmc6s9f1jq4py4xm6bqpzzgsbnari7v70zayyg"))))
+ "0b48qg9w7fzvhva78gzi3cs2m6asj11fk0kgys49fqhwskigzg1f"))))
(inputs
(modify-inputs (package-inputs emacs)
(prepend sqlite)))
--
2.38.1
B
B
Bruno Victal wrote on 22 Jan 2023 03:40
Re: [bug#60998] [PATCH v2 0/1] gnu: emacs-next: Update to 29.0.50-4.6adc193.
(name . Fredrik Salomonsson)(address . plattfot@posteo.net)(address . 60998@debbugs.gnu.org)
cdb9d5e0-eeeb-3d83-f8c3-b84874030036@makinata.eu
On 2023-01-22 02:24, Fredrik Salomonsson wrote:
Toggle quote (11 lines)
> Forgot the copyright line.
>
> Fredrik Salomonsson (1):
> gnu: emacs-next: Update to 29.0.50-4.6adc193.
>
> gnu/packages/emacs.scm | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
>
> base-commit: ba17b160ed7d09ef58183c22b6f1b10ee7ba926d

This change isn't substantial enough to warrant a copyright line.


Cheers,
Bruno
F
F
Fredrik Salomonsson wrote on 24 Jan 2023 04:48
(name . Bruno Victal)(address . mirai@makinata.eu)(address . 60998@debbugs.gnu.org)
87lelsd241.fsf@posteo.net
Bruno Victal <mirai@makinata.eu> writes:

Toggle quote (14 lines)
> On 2023-01-22 02:24, Fredrik Salomonsson wrote:
>> Forgot the copyright line.
>>
>> Fredrik Salomonsson (1):
>> gnu: emacs-next: Update to 29.0.50-4.6adc193.
>>
>> gnu/packages/emacs.scm | 7 ++++---
>> 1 file changed, 4 insertions(+), 3 deletions(-)
>>
>>
>> base-commit: ba17b160ed7d09ef58183c22b6f1b10ee7ba926d
>
> This change isn't substantial enough to warrant a copyright line.

Fair enough, then please ignore my v2 and review my first revision of
the patch.

--
s/Fred[re]+i[ck]+/Fredrik/g
L
L
Ludovic Courtès wrote on 26 Jan 2023 11:08
Re: bug#60998: [PATCH 0/1] Update emacs-next to 29.0.50-4.6adc193
(name . Fredrik Salomonsson)(address . plattfot@posteo.net)(address . 60998-done@debbugs.gnu.org)
87v8ktpq0i.fsf_-_@gnu.org
Fredrik Salomonsson <plattfot@posteo.net> skribis:

Toggle quote (2 lines)
> * gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-4.6adc193.

Applied, thanks!

Ludo’.
Closed
?