[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: emacs-next: Update to 29.0.50-4.6adc193.
From: |
guix-commits |
Subject: |
05/06: gnu: emacs-next: Update to 29.0.50-4.6adc193. |
Date: |
Thu, 26 Jan 2023 05:12:14 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 99f2a39c8dd4a5da0188c22e90f816bf7890ecd9
Author: Fredrik Salomonsson <plattfot@posteo.net>
AuthorDate: Sun Jan 22 01:23:27 2023 +0000
gnu: emacs-next: Update to 29.0.50-4.6adc193.
* gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-4.6adc193.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
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 83b9afb633..299ab5e992 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -381,8 +381,8 @@ languages.")
(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 @@ languages.")
"emacs-native-comp-driver-options.patch"))
(sha256
(base32
- "1byp8m13d03swifmc6s9f1jq4py4xm6bqpzzgsbnari7v70zayyg"))))
+ "0b48qg9w7fzvhva78gzi3cs2m6asj11fk0kgys49fqhwskigzg1f"))))
(inputs
(modify-inputs (package-inputs emacs)
(prepend sqlite)))
- branch master updated (0d22ea8282 -> d5fece6bfe), guix-commits, 2023/01/26
- 06/06: gnu: strawberry: Update to 1.0.14., guix-commits, 2023/01/26
- 02/06: gnu: Add nginx-module-vts., guix-commits, 2023/01/26
- 03/06: gnu: Add wl-color-picker., guix-commits, 2023/01/26
- 01/06: inferior: Use 'spawn' on Guile 3.0.9+., guix-commits, 2023/01/26
- 04/06: gnu: Add python-pysimplesoap., guix-commits, 2023/01/26
- 05/06: gnu: emacs-next: Update to 29.0.50-4.6adc193.,
guix-commits <=