gnu: emacs-next: Update to 29.0.90.
* gnu/packages/emacs.scm (emacs-next): Update to 29.0.90.master
parent
79b2221ce4
commit
d4e99b4418
|
@ -393,19 +393,17 @@ languages.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-next
|
(define-public emacs-next
|
||||||
(let ((commit "f1f571e72ae10285762d3a941e56f7c4048272af")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(inherit emacs)
|
(inherit emacs)
|
||||||
(name "emacs-next")
|
(name "emacs-next")
|
||||||
(version (git-version "29.0.60" revision commit))
|
(version "29.0.90")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(inherit (package-source emacs))
|
(inherit (package-source emacs))
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://git.savannah.gnu.org/git/emacs.git/")
|
(url "https://git.savannah.gnu.org/git/emacs.git/")
|
||||||
(commit commit)))
|
(commit (string-append "emacs-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
;; emacs-source-date-epoch.patch is no longer necessary
|
;; emacs-source-date-epoch.patch is no longer necessary
|
||||||
(patches (search-patches "emacs-exec-path.patch"
|
(patches (search-patches "emacs-exec-path.patch"
|
||||||
|
@ -413,13 +411,13 @@ languages.")
|
||||||
"emacs-native-comp-driver-options.patch"))
|
"emacs-native-comp-driver-options.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rildbxq53yvc2rllg2qccgxzbbnr6qbija0lyqacsy8dlzaysch"))))
|
"1lmw3fa6c5w5d6cvk8vdqvqn67hm5lcxy9xykmvcgx258vs7x975"))))
|
||||||
(inputs
|
(inputs
|
||||||
(modify-inputs (package-inputs emacs)
|
(modify-inputs (package-inputs emacs)
|
||||||
(prepend sqlite)))
|
(prepend sqlite)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(modify-inputs (package-native-inputs emacs)
|
(modify-inputs (package-native-inputs emacs)
|
||||||
(prepend autoconf))))))
|
(prepend autoconf)))))
|
||||||
|
|
||||||
(define-public emacs-next-tree-sitter
|
(define-public emacs-next-tree-sitter
|
||||||
(let ((commit "ac7ec87a7a0db887e4ae7fe9005aea517958b778")
|
(let ((commit "ac7ec87a7a0db887e4ae7fe9005aea517958b778")
|
||||||
|
|
Reference in New Issue