mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: emacs-next: Update to 30.0.92-0.881d593.
* gnu/packages/emacs.scm (emacs-next-minimal): Update to 30.0.92-0.881d593.
This commit is contained in:
parent
3f938d841e
commit
35172734c6
1 changed files with 4 additions and 4 deletions
|
@ -567,12 +567,12 @@ (define-public emacs-wide-int
|
|||
#~(cons "--with-wide-int" #$flags))))))
|
||||
|
||||
(define-public emacs-next-minimal
|
||||
(let ((commit "9a1c76bf7ff49d886cc8e1a3f360d71e62544802")
|
||||
(revision "1"))
|
||||
(let ((commit "881d593a9879f3355733f1b627af7cc0c12b429e")
|
||||
(revision "0"))
|
||||
(package
|
||||
(inherit emacs-minimal)
|
||||
(name "emacs-next-minimal")
|
||||
(version (git-version "30.0.91" revision commit))
|
||||
(version (git-version "30.0.92" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -581,7 +581,7 @@ (define-public emacs-next-minimal
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1m1qbdqj1p994wz6flxcswv5c3qqbvjyjfsv0dh65qqq2ph7g4jz"))
|
||||
(base32 "0nj3a7wsl5piqf6a8wnmfyjbpxp2dwl0r48flv9q624jx4nxfr2p"))
|
||||
(patches
|
||||
(search-patches "emacs-next-exec-path.patch"
|
||||
"emacs-fix-scheme-indent-function.patch"
|
||||
|
|
Loading…
Reference in a new issue