~ruther/guix-local

84e125eb27bc97dc00c260bb03238447134f6d5c — Liliana Marie Prikler 2 years ago 7f3f70e
gnu: emacs-next-minimal: Update to 30.0.50-2.170c655.

* gnu/packages/emacs.scm (emacs-next-minimal): Update to 30.0.50-2.170c655.
* gnu/packages/aux-files/emacs/comp-integrity.el: Adjust accordingly.
2 files changed, 7 insertions(+), 4 deletions(-)

M gnu/packages/aux-files/emacs/comp-integrity.el
M gnu/packages/emacs.scm
M gnu/packages/aux-files/emacs/comp-integrity.el => gnu/packages/aux-files/emacs/comp-integrity.el +4 -1
@@ 89,7 89,10 @@
(expect-native mouse-wheel-change-button)
(expect-native advice-function-mapc)
(expect-native comment-string-strip)
(expect-native obarray-make)
(if (>= emacs-major-version 30)
    (expect-builtin obarray-make)
    (expect-native obarray-make))
(expect-native obarray-map)
(expect-native oclosure-type)
(expect-native forward-page)
(expect-native sentence-end)

M gnu/packages/emacs.scm => gnu/packages/emacs.scm +3 -3
@@ 549,8 549,8 @@ editor (with wide ints)" )
        #~(cons "--with-wide-int" #$flags))))))

(define-public emacs-next-minimal
  (let ((commit "9d27b95b263473fb41a30e3f6ea5607c99e93a61")
        (revision "1"))
  (let ((commit "170c6557922dad7e6e9bc0d6dadf6c080108fd42")
        (revision "2"))
   (package
    (inherit emacs-minimal)
    (name "emacs-next-minimal")


@@ 563,7 563,7 @@ editor (with wide ints)" )
             (commit commit)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "00mwpq1msr3jij281w5piqmbwq968xr8dn9hqbf4r947ck754kn9"))
        (base32 "04carva3b6h9fnlzazrsxsj41hcnjc26kxjij07l159azi40l6sk"))
       (patches
        (search-patches "emacs-next-exec-path.patch"
                        "emacs-fix-scheme-indent-function.patch"