diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-04-11 11:09:43 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-04-18 12:17:33 +0200 |
| commit | d4e99b44180a0c4cb547506cb29b2434f0934681 (patch) | |
| tree | bf4e166dc4babd56149752644992294a2d4c4bb4 /gnu | |
| parent | 79b2221ce43b8026eae6461a9269466cae946cac (diff) | |
gnu: emacs-next: Update to 29.0.90.
* gnu/packages/emacs.scm (emacs-next): Update to 29.0.90.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs.scm | 52 |
1 files changed, 25 insertions, 27 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm index a27b364a055..c3be119ab5b 100644 --- a/gnu/packages/emacs.scm +++ b/gnu/packages/emacs.scm | |||
| @@ -393,33 +393,31 @@ languages.") | |||
| 393 | (license license:gpl3+))) | 393 | (license license:gpl3+))) |
| 394 | 394 | ||
| 395 | (define-public emacs-next | 395 | (define-public emacs-next |
| 396 | (let ((commit "f1f571e72ae10285762d3a941e56f7c4048272af") | 396 | (package |
| 397 | (revision "1")) | 397 | (inherit emacs) |
| 398 | (package | 398 | (name "emacs-next") |
| 399 | (inherit emacs) | 399 | (version "29.0.90") |
| 400 | (name "emacs-next") | 400 | (source |
| 401 | (version (git-version "29.0.60" revision commit)) | 401 | (origin |
| 402 | (source | 402 | (inherit (package-source emacs)) |
| 403 | (origin | 403 | (method git-fetch) |
| 404 | (inherit (package-source emacs)) | 404 | (uri (git-reference |
| 405 | (method git-fetch) | 405 | (url "https://git.savannah.gnu.org/git/emacs.git/") |
| 406 | (uri (git-reference | 406 | (commit (string-append "emacs-" version)))) |
| 407 | (url "https://git.savannah.gnu.org/git/emacs.git/") | 407 | (file-name (git-file-name name version)) |
| 408 | (commit commit))) | 408 | ;; emacs-source-date-epoch.patch is no longer necessary |
| 409 | (file-name (git-file-name name version)) | 409 | (patches (search-patches "emacs-exec-path.patch" |
| 410 | ;; emacs-source-date-epoch.patch is no longer necessary | 410 | "emacs-fix-scheme-indent-function.patch" |
| 411 | (patches (search-patches "emacs-exec-path.patch" | 411 | "emacs-native-comp-driver-options.patch")) |
| 412 | "emacs-fix-scheme-indent-function.patch" | 412 | (sha256 |
| 413 | "emacs-native-comp-driver-options.patch")) | 413 | (base32 |
| 414 | (sha256 | 414 | "1lmw3fa6c5w5d6cvk8vdqvqn67hm5lcxy9xykmvcgx258vs7x975")))) |
| 415 | (base32 | 415 | (inputs |
| 416 | "1rildbxq53yvc2rllg2qccgxzbbnr6qbija0lyqacsy8dlzaysch")))) | 416 | (modify-inputs (package-inputs emacs) |
| 417 | (inputs | 417 | (prepend sqlite))) |
| 418 | (modify-inputs (package-inputs emacs) | 418 | (native-inputs |
| 419 | (prepend sqlite))) | 419 | (modify-inputs (package-native-inputs emacs) |
| 420 | (native-inputs | 420 | (prepend autoconf))))) |
| 421 | (modify-inputs (package-native-inputs emacs) | ||
| 422 | (prepend autoconf)))))) | ||
| 423 | 421 | ||
| 424 | (define-public emacs-next-tree-sitter | 422 | (define-public emacs-next-tree-sitter |
| 425 | (let ((commit "ac7ec87a7a0db887e4ae7fe9005aea517958b778") | 423 | (let ((commit "ac7ec87a7a0db887e4ae7fe9005aea517958b778") |
