gnu: emacs-transient: Update to 0.7.5.

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

Change-Id: I8cd1e5983b0d4bd4551ce673848f5c0adf040aec
This commit is contained in:
Nicolas Goaziou 2024-09-15 09:20:38 +02:00
parent c1a0889c4e
commit 8b6db0fa97
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -32385,7 +32385,7 @@ as Emacs Lisp.")
(define-public emacs-transient (define-public emacs-transient
(package (package
(name "emacs-transient") (name "emacs-transient")
(version "0.7.4") (version "0.7.5")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -32394,7 +32394,7 @@ as Emacs Lisp.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0ad0qkcvc9w6ry8f4b6xrdy52vlxm8nrp67k2p97w6prhyfxbp7p")))) "0h3sv74pbb5n1a83yqgaw50ah99z7jfv7znf1ipq9yzcll9fby71"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #f ;no test suite `(#:tests? #f ;no test suite