1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: emacs-transient: Update to 0.8.4.

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

Change-Id: I2f63b57c3f8f7ca19260aeffb2742c0fa797a30e
Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
Cayetano Santos 2025-02-16 11:11:43 +01:00 committed by Ian Eure
parent 4e1e9f4cc2
commit eff080ef16
No known key found for this signature in database
GPG key ID: 8499AC88F1A71CF2

View file

@ -33629,16 +33629,16 @@ as Emacs Lisp.")
(define-public emacs-transient
(package
(name "emacs-transient")
(version "0.8.2")
(source (origin
(version "0.8.4")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/magit/transient")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1jz65hgv4b6k4s3nfzr6js98ghl33f7vk1zyhvh7pxiznsi2s010"))))
(base32 "01g6r5pmprkg75n23zr27nml7dg0ncsrwgbpfnjf0snhjwb4cbhx"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #f ;no test suite
@ -33648,8 +33648,7 @@ as Emacs Lisp.")
(invoke "make" "info")
;; Move the info file to lisp so that it gets
;; installed by the emacs-build-system.
(rename-file "docs/transient.info"
"lisp/transient.info")))
(rename-file "docs/transient.info" "lisp/transient.info")))
(add-after 'build-info-manual 'enter-lisp-directory
(lambda _
(chdir "lisp"))))))