gnu: emacs-transient: Update to 0.8.5.

* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.8.5.

Change-Id: I5a052f11e24b1f4a7941d021590f7c956242ccbb
This commit is contained in:
Nicolas Goaziou 2025-03-07 09:29:13 +01:00
parent d8b33746d5
commit 13a2aad56f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -33866,7 +33866,7 @@ as Emacs Lisp.")
(define-public emacs-transient (define-public emacs-transient
(package (package
(name "emacs-transient") (name "emacs-transient")
(version "0.8.4") (version "0.8.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -33875,7 +33875,7 @@ as Emacs Lisp.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "01g6r5pmprkg75n23zr27nml7dg0ncsrwgbpfnjf0snhjwb4cbhx")))) (base32 "0f1gdxdj7mrmjmqswlj2lwagr6dpfhkm7732gh0jcgc4iy40vac9"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #f ;no test suite `(#:tests? #f ;no test suite