gnu: emacs-transient: Update to 0.4.0.

* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.4.0.
This commit is contained in:
Nicolas Goaziou 2023-05-21 14:35:24 +02:00
parent a48157b1b0
commit 4fa72c6553
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -29410,23 +29410,18 @@ 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))
(version "0.4.0")
(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
"01b60pj8k3vwvs2xsx5md2myz0l1dj1myh9jrdyaiyhcaacvlbq8"))))
"0c9bfn5jwwng98h7i9lx0q3vg00wd8w25cg8d3vyy2vqfbg80qhy"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #f ;no test suite
@ -29451,7 +29446,7 @@ 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