gnu: emacs-embark: Update to 0.23.

* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.23.
This commit is contained in:
Nicolas Goaziou 2023-10-03 19:04:59 +02:00
parent d50278116d
commit ee4e9dc21f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -11416,40 +11416,39 @@ (define-public emacs-solaire-mode
(license license:expat))) (license license:expat)))
(define-public emacs-embark (define-public emacs-embark
(let ((commit "c914efe881df2bc6a2bd35cc7ee975d3e9d4a418")) ;version bump (package
(package (name "emacs-embark")
(name "emacs-embark") (version "0.23")
(version "0.22.1") (source
(source (origin
(origin (method git-fetch)
(method git-fetch) (uri (git-reference
(uri (git-reference (url "https://github.com/oantolin/embark")
(url "https://github.com/oantolin/embark") (commit version)))
(commit commit))) (sha256
(sha256 (base32 "1dmsaw1m819kzmai45c4cqh5lyyha451f7dxzwwfz9crmzg2w5sf"))
(base32 "1l288w27wav0r71hprqi74r77042d1fx3p1zmi05vl6z6230h48b")) (file-name (git-file-name name version))))
(file-name (git-file-name name version)))) (build-system emacs-build-system)
(build-system emacs-build-system) (arguments
(arguments (list
(list #:phases
#:phases #~(modify-phases %standard-phases
#~(modify-phases %standard-phases (add-after 'install 'makeinfo
(add-after 'install 'makeinfo (lambda* (#:key outputs #:allow-other-keys)
(lambda* (#:key outputs #:allow-other-keys) (invoke "emacs"
(invoke "emacs" "--batch"
"--batch" "--eval=(require 'ox-texinfo)"
"--eval=(require 'ox-texinfo)" "--eval=(find-file \"README.org\")"
"--eval=(find-file \"README.org\")" "--eval=(org-texinfo-export-to-info)")
"--eval=(org-texinfo-export-to-info)") (install-file "embark.info"
(install-file "embark.info" (string-append #$output "/share/info")))))))
(string-append #$output "/share/info"))))))) (native-inputs (list texinfo))
(native-inputs (list texinfo)) (propagated-inputs
(propagated-inputs (list emacs-avy emacs-consult))
(list emacs-avy emacs-consult)) (home-page "https://github.com/oantolin/embark")
(home-page "https://github.com/oantolin/embark") (synopsis "Emacs mini-buffer actions rooted in keymaps")
(synopsis "Emacs mini-buffer actions rooted in keymaps") (description
(description "This package provides a sort of right-click contextual menu for Emacs
"This package provides a sort of right-click contextual menu for Emacs
offering you relevant @emph{actions} to use on a @emph{target} determined by offering you relevant @emph{actions} to use on a @emph{target} determined by
the context. the context.
@ -11463,7 +11462,7 @@ (define-public emacs-embark
window, running a shell command on the file, etc. For buffers the actions window, running a shell command on the file, etc. For buffers the actions
include switching to or killing the buffer. For package names the actions include switching to or killing the buffer. For package names the actions
include installing, removing or visiting the homepage.") include installing, removing or visiting the homepage.")
(license license:gpl3+)))) (license license:gpl3+)))
(define-public emacs-prescient (define-public emacs-prescient
(package (package