[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/38: gnu: emacs-transient: Update to 0.4.0.
From: |
guix-commits |
Subject: |
37/38: gnu: emacs-transient: Update to 0.4.0. |
Date: |
Sun, 21 May 2023 08:55:25 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 4fa72c6553d115e1384761c9242f04fc020937d7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 21 14:35:24 2023 +0200
gnu: emacs-transient: Update to 0.4.0.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.4.0.
---
gnu/packages/emacs-xyz.scm | 71 +++++++++++++++++++++-------------------------
1 file changed, 33 insertions(+), 38 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 71b2a24c5d..781f304665 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29410,48 +29410,43 @@ as Emacs Lisp.")
(license license:gpl3+)))
(define-public emacs-transient
- ;; Use the latest commit as the latest release is getting old and has known
- ;; problems, according to its one of its maintainers (see:
- ;; https://github.com/magit/magit/issues/4676#issuecomment-1473912505).
- (let ((commit "0ae0de43590b5b6984a83f9e044e7c426455ac6e")
- (revision "1"))
- (package
- (name "emacs-transient")
- (version (git-version "0.3.7" 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
- "01b60pj8k3vwvs2xsx5md2myz0l1dj1myh9jrdyaiyhcaacvlbq8"))))
- (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.4.0")
+ (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
+ "0c9bfn5jwwng98h7i9lx0q3vg00wd8w25cg8d3vyy2vqfbg80qhy"))))
+ (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
- 36/38: gnu: emacs-terraform-mode: Update to 1.0.1., (continued)
- 36/38: gnu: emacs-terraform-mode: Update to 1.0.1., guix-commits, 2023/05/21
- 21/38: gnu: emacs-julia-snail: Update to 1.2.2., guix-commits, 2023/05/21
- 23/38: gnu: emacs-logview: Update to 0.16.1., guix-commits, 2023/05/21
- 34/38: gnu: emacs-paren-face: Update to 1.1.0., guix-commits, 2023/05/21
- 35/38: gnu: emacs-solarized-theme: Update to 2.0.1., guix-commits, 2023/05/21
- 22/38: gnu: emacs-keycast: Update to 1.3.0., guix-commits, 2023/05/21
- 24/38: gnu: emacs-macrostep: Update to 0.9.2., guix-commits, 2023/05/21
- 27/38: gnu: emacs-no-littering: Update to 1.4.0., guix-commits, 2023/05/21
- 32/38: gnu: emacs-org: Update to 9.6.6., guix-commits, 2023/05/21
- 33/38: gnu: emacs-orglink: Update to 1.2.1., guix-commits, 2023/05/21
- 37/38: gnu: emacs-transient: Update to 0.4.0.,
guix-commits <=
- 38/38: gnu: emacs-with-editor: Update to 3.3.0., guix-commits, 2023/05/21