[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: emacs-embark: Update to 0.21.1.
From: |
guix-commits |
Subject: |
10/10: gnu: emacs-embark: Update to 0.21.1. |
Date: |
Wed, 1 Feb 2023 16:20:17 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 43eed907d22b094c5a9b2931ca5e72caf2b95991
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 1 22:14:30 2023 +0100
gnu: emacs-embark: Update to 0.21.1.
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.21.1.
---
gnu/packages/emacs-xyz.scm | 41 +++++++++++++++++++++--------------------
1 file changed, 21 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 58a5035550..c2c0fb93ba 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10302,25 +10302,26 @@ them easier to distinguish from other, less important
buffers.")
(license license:expat)))
(define-public emacs-embark
- (package
- (name "emacs-embark")
- (version "0.19")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/oantolin/embark")
- (commit version)))
- (sha256
- (base32 "05c8p7rqv9p8p3nhgcjfr66hpsqazhnhwsnfdapxd9z7wrybqbg5"))
- (file-name (git-file-name name version))))
- (build-system emacs-build-system)
- (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
+ (let ((commit "63013c2d3ef4dccc95167218ccbf4f401e489c3e")) ;version bump
+ (package
+ (name "emacs-embark")
+ (version "0.21.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/oantolin/embark")
+ (commit commit)))
+ (sha256
+ (base32 "14qp46wa1xgmb09jyk9cadj0b3m7bwspqnprk3zbfc6gw1r53235"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (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.
@@ -10334,7 +10335,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
- branch master updated (9d7a1e58f9 -> 43eed907d2), guix-commits, 2023/02/01
- 01/10: gnu: mupdf: Update to 1.21.1., guix-commits, 2023/02/01
- 04/10: gnu: Add uwufetch., guix-commits, 2023/02/01
- 09/10: gnu: emacs-tramp: Update to 2.6.0.1., guix-commits, 2023/02/01
- 07/10: gnu: emacs-url-scgi: Update to 0.9., guix-commits, 2023/02/01
- 10/10: gnu: emacs-embark: Update to 0.21.1.,
guix-commits <=
- 05/10: gnu: emacs-auctex: Update to 13.1.9., guix-commits, 2023/02/01
- 03/10: gnu: emacs-ibrowse: Update to 0.1.8., guix-commits, 2023/02/01
- 06/10: gnu: emacs-compat: Update to 29.1.3.2., guix-commits, 2023/02/01
- 08/10: gnu: emacs-pyim: Update to 5.3.0., guix-commits, 2023/02/01
- 02/10: gnu: Add emacs-pretty-speedbar., guix-commits, 2023/02/01