gnu: emacs-transient: Update to 0.4.3.

* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.4.3.
This commit is contained in:
Nicolas Goaziou 2023-09-01 22:05:31 +02:00
parent 3218ece494
commit ea7453966f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -30103,7 +30103,7 @@ as Emacs Lisp.")
(define-public emacs-transient (define-public emacs-transient
(package (package
(name "emacs-transient") (name "emacs-transient")
(version "0.4.1") (version "0.4.3")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -30112,7 +30112,7 @@ as Emacs Lisp.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1aq4bb83pdkbkbqh6ba0r7sadaq45qqg2q5jlqyvsn8akcsq65iq")))) "03qs1bj7dxgdppzcnhzmldpdam1h8kzd0ps2bk82slypm7d63nay"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #f ;no test suite `(#:tests? #f ;no test suite