diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-04-07 12:29:47 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-04-07 12:29:47 +0200 |
| commit | 2228168b3e3262f2cc7d4b4e4a9b755d3614d280 (patch) | |
| tree | ce32980fa858ba8b5af3d521c0560e85b17c6ffc /gnu | |
| parent | 71ef4a05ad795c3ed97ec933588152a2b363f93c (diff) | |
gnu: emacs-embark: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 1.2.
Change-Id: I3e6cc2514fd2d505bec29ee3a7b27473836455fc
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 58 |
1 files changed, 28 insertions, 30 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index afd9c7e0c5c..73fe86b2ad7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15322,35 +15322,33 @@ them easier to distinguish from other, less important buffers.") (license license:expat))) (define-public emacs-embark - (let ((commit "0bdfd38d281d6375e6e675ce6f1bd597a9e3b136") - (revision "1")) - (package - (name "emacs-embark") - (version (git-version "1.1" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/oantolin/embark") - (commit commit))) - (sha256 - (base32 "0m9y2wraapi744fg7y6cgz6y2gx0xzaglnxqalynz44ca9z6m6y4")) - (file-name (git-file-name name version)))) - (build-system emacs-build-system) - (arguments - (list - #:tests? #false ;no tests - #:phases - #~(modify-phases %standard-phases - (add-before 'install 'makeinfo - (lambda _ (emacs-makeinfo)))))) - (native-inputs (list texinfo)) - (propagated-inputs - (list emacs-avy emacs-consult)) - (home-page "https://github.com/oantolin/embark") - (synopsis "Emacs mini-buffer actions rooted in keymaps") - (description - "This package provides a sort of right-click contextual menu for Emacs + (package + (name "emacs-embark") + (version "1.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/oantolin/embark") + (commit version))) + (sha256 + (base32 "1y97kibzz36wrzcjv997qp5pliikda0dhsm9461pin3q5gv8y6kq")) + (file-name (git-file-name name version)))) + (build-system emacs-build-system) + (arguments + (list + #:tests? #false ;no tests + #:phases + #~(modify-phases %standard-phases + (add-before 'install 'makeinfo + (lambda _ (emacs-makeinfo)))))) + (native-inputs (list texinfo)) + (propagated-inputs + (list emacs-avy emacs-consult)) + (home-page "https://github.com/oantolin/embark") + (synopsis "Emacs mini-buffer actions rooted in keymaps") + (description + "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 the context. @@ -15364,7 +15362,7 @@ get offered actions like deleting, copying, renaming, visiting in another 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 |
