gnu: emacs-transient: Update to 0.3.0.

* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.0.
This commit is contained in:
Nicolas Goaziou 2021-02-28 10:56:31 +01:00
parent 93a8b91a63
commit 0ad4389919
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22088,20 +22088,18 @@ (define-public emacs-elmacro
(license license:gpl3+)))
(define-public emacs-transient
(let ((revision "1")
(commit "a6e4cced303b3febd59412b24a97eaf1e855e6d7"))
(package
(name "emacs-transient")
(version (git-version "0.2.0" revision commit))
(version "0.3.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
"01xsw9sxr50valc2q590ngy3ra2ll01p39l9cbzvqqz6mxyymxmd"))))
"0g694ydmb9zjn99hxgfjd3m73kpmnkbrgqhr73b4crbxza5sl29c"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #f ;no test suite
@ -22129,7 +22127,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
(let ((commit "05ef02913004826165c383bd6d2ff6574542b76c"))