mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: emacs-transient: Update to 0.10.1.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.10.1. Change-Id: Ic04aa03989cc91e8842396436545ee463dd10bf6
This commit is contained in:
parent
5515674551
commit
de3bbde501
1 changed files with 2 additions and 2 deletions
|
|
@ -36160,7 +36160,7 @@ as Emacs Lisp.")
|
|||
(define-public emacs-transient
|
||||
(package
|
||||
(name "emacs-transient")
|
||||
(version "0.9.1")
|
||||
(version "0.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -36169,7 +36169,7 @@ as Emacs Lisp.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "09fjb7cvlxjby1r2liqhp90naz0dcfc5m3d4578zyxzhayhpmc13"))))
|
||||
(base32 "0097px3gqvyjiv05bc1gzandfkncx5khhg34999r2a6ffj65xa68"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no test suite
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue