mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-transient: Update to 0.4.3-0.cc0fa80.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.4.3-0.cc0fa80. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reviewed-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
e0397faf6f
commit
8ad5aac483
1 changed files with 37 additions and 33 deletions
|
@ -30212,18 +30212,22 @@ as Emacs Lisp.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-transient
|
(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
|
(package
|
||||||
(name "emacs-transient")
|
(name "emacs-transient")
|
||||||
(version "0.4.3")
|
(version (git-version "0.4.3" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/magit/transient")
|
(url "https://github.com/magit/transient")
|
||||||
(commit (string-append "v" version))))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"03qs1bj7dxgdppzcnhzmldpdam1h8kzd0ps2bk82slypm7d63nay"))))
|
"10yaanpz3krh3f9vzyafg6n85yp8sk58gj9vrpsqg926x4m0w1p1"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no test suite
|
`(#:tests? #f ;no test suite
|
||||||
|
@ -30248,7 +30252,7 @@ in Emacs, Transient implements a similar abstraction involving a prefix
|
||||||
command, infix arguments and suffix commands. We could call this abstraction
|
command, infix arguments and suffix commands. We could call this abstraction
|
||||||
a \"transient command\", but because it always involves at least two
|
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\".")
|
commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-forge
|
(define-public emacs-forge
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue