mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: emacs-transient: Update to 0.5.3.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.5.3. Change-Id: Ie770cec3eab70e9a5e010adf3341d1e7dc9590db
This commit is contained in:
parent
f4667feaea
commit
4828d4bf4f
1 changed files with 33 additions and 37 deletions
|
@ -30713,22 +30713,18 @@ (define-public emacs-elmacro
|
|||
(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))
|
||||
(version "0.5.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/magit/transient")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"10yaanpz3krh3f9vzyafg6n85yp8sk58gj9vrpsqg926x4m0w1p1"))))
|
||||
"0fr0pan4dffckfywnx7a0dkb2l71fnc47cqqqb1lckqwr1gr9z6l"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no test suite
|
||||
|
@ -30753,7 +30749,7 @@ (define-public emacs-transient
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue