mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: emacs-embark: Update to 0.23.
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.23.
This commit is contained in:
parent
d50278116d
commit
ee4e9dc21f
1 changed files with 34 additions and 35 deletions
|
@ -11416,18 +11416,17 @@ (define-public emacs-solaire-mode
|
|||
(license license:expat)))
|
||||
|
||||
(define-public emacs-embark
|
||||
(let ((commit "c914efe881df2bc6a2bd35cc7ee975d3e9d4a418")) ;version bump
|
||||
(package
|
||||
(name "emacs-embark")
|
||||
(version "0.22.1")
|
||||
(version "0.23")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/oantolin/embark")
|
||||
(commit commit)))
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "1l288w27wav0r71hprqi74r77042d1fx3p1zmi05vl6z6230h48b"))
|
||||
(base32 "1dmsaw1m819kzmai45c4cqh5lyyha451f7dxzwwfz9crmzg2w5sf"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
@ -11463,7 +11462,7 @@ (define-public emacs-embark
|
|||
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 installing, removing or visiting the homepage.")
|
||||
(license license:gpl3+))))
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-prescient
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue