[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/53: gnu: emacs-transient: Update to 0.5.3.
From: |
guix-commits |
Subject: |
50/53: gnu: emacs-transient: Update to 0.5.3. |
Date: |
Mon, 1 Jan 2024 20:26:10 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 4828d4bf4f203770f0cc1c7c980b184d341de356
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jan 1 19:36:08 2024 +0100
gnu: emacs-transient: Update to 0.5.3.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.5.3.
Change-Id: Ie770cec3eab70e9a5e010adf3341d1e7dc9590db
---
gnu/packages/emacs-xyz.scm | 70 ++++++++++++++++++++++------------------------
1 file changed, 33 insertions(+), 37 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3c1b8ef993..a91e1b0c9c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30713,47 +30713,43 @@ as Emacs Lisp.")
(license license:gpl3+)))
(define-public emacs-transient
- ;; Use this unreleased commit to support a recent Magit change needed to add
- ;; Reviewed-by: tags for any contributor.
- (let ((commit "cc0fa80530b02493f73b870032bfcdd1435286cd")
- (revision "0"))
- (package
- (name "emacs-transient")
- (version (git-version "0.4.3" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/magit/transient")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "10yaanpz3krh3f9vzyafg6n85yp8sk58gj9vrpsqg926x4m0w1p1"))))
- (build-system emacs-build-system)
- (arguments
- `(#:tests? #f ;no test suite
- #:phases (modify-phases %standard-phases
- (add-after 'unpack 'build-info-manual
- (lambda _
- (invoke "make" "info")
- ;; Move the info file to lisp so that it gets
- ;; installed by the emacs-build-system.
- (rename-file "docs/transient.info"
- "lisp/transient.info")))
- (add-after 'build-info-manual 'enter-lisp-directory
- (lambda _
- (chdir "lisp"))))))
- (native-inputs (list texinfo))
- (propagated-inputs (list emacs-compat))
- (home-page "https://magit.vc/manual/transient")
- (synopsis "Transient commands in Emacs")
- (description
- "Taking inspiration from prefix keys and prefix arguments
+ (package
+ (name "emacs-transient")
+ (version "0.5.3")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/magit/transient")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0fr0pan4dffckfywnx7a0dkb2l71fnc47cqqqb1lckqwr1gr9z6l"))))
+ (build-system emacs-build-system)
+ (arguments
+ `(#:tests? #f ;no test suite
+ #:phases (modify-phases %standard-phases
+ (add-after 'unpack 'build-info-manual
+ (lambda _
+ (invoke "make" "info")
+ ;; Move the info file to lisp so that it gets
+ ;; installed by the emacs-build-system.
+ (rename-file "docs/transient.info"
+ "lisp/transient.info")))
+ (add-after 'build-info-manual 'enter-lisp-directory
+ (lambda _
+ (chdir "lisp"))))))
+ (native-inputs (list texinfo))
+ (propagated-inputs (list emacs-compat))
+ (home-page "https://magit.vc/manual/transient")
+ (synopsis "Transient commands in Emacs")
+ (description
+ "Taking inspiration from prefix keys and prefix arguments
in Emacs, Transient implements a similar abstraction involving a prefix
command, infix arguments and suffix commands. We could call this abstraction
a \"transient command\", but because it always involves at least two
commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-forge
(package
- 22/53: gnu: emacs-denote: Update to 2.2.0., (continued)
- 22/53: gnu: emacs-denote: Update to 2.2.0., guix-commits, 2024/01/01
- 38/53: gnu: emacs-mc-extras: Update to 1.3.0., guix-commits, 2024/01/01
- 39/53: gnu: emacs-mood-line: Update to 3.1.1., guix-commits, 2024/01/01
- 47/53: gnu: emacs-org-ql: Update to 0.8., guix-commits, 2024/01/01
- 48/53: gnu: emacs-org-re-reveal: Update to 3.24.2., guix-commits, 2024/01/01
- 19/53: gnu: emacs-consult: Update to 1.1., guix-commits, 2024/01/01
- 21/53: gnu: emacs-corfu: Update to 1.1., guix-commits, 2024/01/01
- 35/53: gnu: emacs-json-mode: Update to 1.9.0., guix-commits, 2024/01/01
- 41/53: gnu: emacs-osm: Update to 1.2., guix-commits, 2024/01/01
- 49/53: gnu: emacs-org-web-tools: Update to 1.3., guix-commits, 2024/01/01
- 50/53: gnu: emacs-transient: Update to 0.5.3.,
guix-commits <=
- 52/53: gnu: emacs-yaml: Update to 0.5.5., guix-commits, 2024/01/01
- 44/53: gnu: emacs-parseedn: Update to 1.2.1., guix-commits, 2024/01/01
- 33/53: gnu: emacs-jinx: Update to 1.1., guix-commits, 2024/01/01
- 36/53: gnu: emacs-keycast: Update to 1.3.3., guix-commits, 2024/01/01
- 43/53: gnu: emacs-parseclj: Update to 1.1.1., guix-commits, 2024/01/01
- 51/53: gnu: emacs-vertico: Update to 1.6., guix-commits, 2024/01/01
- 45/53: gnu: emacs-php-mode: Update to 1.25.1., guix-commits, 2024/01/01
- 46/53: gnu: emacs-prescient: Update to 6.2., guix-commits, 2024/01/01
- 34/53: gnu: emacs-js2-mode: Update to 20231224., guix-commits, 2024/01/01
- 40/53: gnu: emacs-jsonrpc: Update to 1.0.23., guix-commits, 2024/01/01