unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60998] [PATCH 0/1] Update emacs-next to 29.0.50-4.6adc193
@ 2023-01-22  1:20 Fredrik Salomonsson
  2023-01-22  1:23 ` [bug#60998] [PATCH 1/1] gnu: emacs-next: Update " Fredrik Salomonsson
  2023-01-22  2:24 ` [bug#60998] [PATCH v2 0/1] gnu: emacs-next: Update " Fredrik Salomonsson
  0 siblings, 2 replies; 7+ messages in thread
From: Fredrik Salomonsson @ 2023-01-22  1:20 UTC (permalink / raw)
  To: 60998; +Cc: Fredrik Salomonsson

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.

[0] https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59257

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





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#60998] [PATCH 1/1] gnu: emacs-next: Update to 29.0.50-4.6adc193.
  2023-01-22  1:20 [bug#60998] [PATCH 0/1] Update emacs-next to 29.0.50-4.6adc193 Fredrik Salomonsson
@ 2023-01-22  1:23 ` Fredrik Salomonsson
  2023-01-26 10:08   ` bug#60998: [PATCH 0/1] Update emacs-next " Ludovic Courtès
  2023-01-22  2:24 ` [bug#60998] [PATCH v2 0/1] gnu: emacs-next: Update " Fredrik Salomonsson
  1 sibling, 1 reply; 7+ messages in thread
From: Fredrik Salomonsson @ 2023-01-22  1:23 UTC (permalink / raw)
  To: 60998; +Cc: Fredrik Salomonsson

* 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(-)

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





^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [bug#60998] [PATCH v2 0/1] gnu: emacs-next: Update to 29.0.50-4.6adc193.
  2023-01-22  1:20 [bug#60998] [PATCH 0/1] Update emacs-next to 29.0.50-4.6adc193 Fredrik Salomonsson
  2023-01-22  1:23 ` [bug#60998] [PATCH 1/1] gnu: emacs-next: Update " Fredrik Salomonsson
@ 2023-01-22  2:24 ` Fredrik Salomonsson
  2023-01-22  2:24   ` [bug#60998] [PATCH v2 1/1] " Fredrik Salomonsson
  2023-01-22  2:40   ` [bug#60998] [PATCH v2 0/1] " Bruno Victal
  1 sibling, 2 replies; 7+ messages in thread
From: Fredrik Salomonsson @ 2023-01-22  2:24 UTC (permalink / raw)
  To: 60998; +Cc: Fredrik Salomonsson

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





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#60998] [PATCH v2 1/1] gnu: emacs-next: Update to 29.0.50-4.6adc193.
  2023-01-22  2:24 ` [bug#60998] [PATCH v2 0/1] gnu: emacs-next: Update " Fredrik Salomonsson
@ 2023-01-22  2:24   ` Fredrik Salomonsson
  2023-01-22  2:40   ` [bug#60998] [PATCH v2 0/1] " Bruno Victal
  1 sibling, 0 replies; 7+ messages in thread
From: Fredrik Salomonsson @ 2023-01-22  2:24 UTC (permalink / raw)
  To: 60998; +Cc: Fredrik Salomonsson

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=y, Size: 1387 bytes --]

* 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(-)

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





^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [bug#60998] [PATCH v2 0/1] gnu: emacs-next: Update to 29.0.50-4.6adc193.
  2023-01-22  2:24 ` [bug#60998] [PATCH v2 0/1] gnu: emacs-next: Update " Fredrik Salomonsson
  2023-01-22  2:24   ` [bug#60998] [PATCH v2 1/1] " Fredrik Salomonsson
@ 2023-01-22  2:40   ` Bruno Victal
  2023-01-24  3:48     ` Fredrik Salomonsson
  1 sibling, 1 reply; 7+ messages in thread
From: Bruno Victal @ 2023-01-22  2:40 UTC (permalink / raw)
  To: Fredrik Salomonsson; +Cc: 60998

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.


Cheers,
Bruno




^ permalink raw reply	[flat|nested] 7+ messages in thread

* [bug#60998] [PATCH v2 0/1] gnu: emacs-next: Update to 29.0.50-4.6adc193.
  2023-01-22  2:40   ` [bug#60998] [PATCH v2 0/1] " Bruno Victal
@ 2023-01-24  3:48     ` Fredrik Salomonsson
  0 siblings, 0 replies; 7+ messages in thread
From: Fredrik Salomonsson @ 2023-01-24  3:48 UTC (permalink / raw)
  To: Bruno Victal; +Cc: 60998

Bruno Victal <mirai@makinata.eu> writes:

> 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




^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#60998: [PATCH 0/1] Update emacs-next to 29.0.50-4.6adc193
  2023-01-22  1:23 ` [bug#60998] [PATCH 1/1] gnu: emacs-next: Update " Fredrik Salomonsson
@ 2023-01-26 10:08   ` Ludovic Courtès
  0 siblings, 0 replies; 7+ messages in thread
From: Ludovic Courtès @ 2023-01-26 10:08 UTC (permalink / raw)
  To: Fredrik Salomonsson; +Cc: 60998-done

Fredrik Salomonsson <plattfot@posteo.net> skribis:

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

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-01-26 10:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-22  1:20 [bug#60998] [PATCH 0/1] Update emacs-next to 29.0.50-4.6adc193 Fredrik Salomonsson
2023-01-22  1:23 ` [bug#60998] [PATCH 1/1] gnu: emacs-next: Update " Fredrik Salomonsson
2023-01-26 10:08   ` bug#60998: [PATCH 0/1] Update emacs-next " Ludovic Courtès
2023-01-22  2:24 ` [bug#60998] [PATCH v2 0/1] gnu: emacs-next: Update " Fredrik Salomonsson
2023-01-22  2:24   ` [bug#60998] [PATCH v2 1/1] " Fredrik Salomonsson
2023-01-22  2:40   ` [bug#60998] [PATCH v2 0/1] " Bruno Victal
2023-01-24  3:48     ` Fredrik Salomonsson

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).