mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
3218ece494
commit
ea7453966f
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue