mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-19 07:35:54 +02:00
gnu: emacs-transient: Update to 0.11.0.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.11.0. [propagated-inputs]: Add emacs-cond-let. Change-Id: I734aeb0a608168987e2ac26c25a156e932c8ba9e
This commit is contained in:
@@ -36918,7 +36918,7 @@ as Emacs Lisp.")
|
||||
(define-public emacs-transient
|
||||
(package
|
||||
(name "emacs-transient")
|
||||
(version "0.10.1")
|
||||
(version "0.11.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -36927,7 +36927,7 @@ as Emacs Lisp.")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0097px3gqvyjiv05bc1gzandfkncx5khhg34999r2a6ffj65xa68"))))
|
||||
(base32 "1a5wh5mrh2iqr5d98rcbnhg5cgj946c5lhcgxnsf7wkvnp7hvs34"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no test suite
|
||||
@@ -36940,7 +36940,7 @@ as Emacs Lisp.")
|
||||
;; installed by the emacs-build-system.
|
||||
(rename-file "../docs/transient.info" "transient.info"))))))
|
||||
(native-inputs (list texinfo))
|
||||
(propagated-inputs (list emacs-compat))
|
||||
(propagated-inputs (list emacs-compat emacs-cond-let))
|
||||
(home-page "https://magit.vc/manual/transient")
|
||||
(synopsis "Transient commands in Emacs")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user