mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: emacs-transient: Update to 0.7.0.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.7.0. Change-Id: Id6fd925985133a3d76b2d3c4c51d49e7be6a8b21
This commit is contained in:
parent
7bd72b0ec4
commit
fcfc4469e3
1 changed files with 2 additions and 2 deletions
|
@ -31765,7 +31765,7 @@ (define-public emacs-elmacro
|
|||
(define-public emacs-transient
|
||||
(package
|
||||
(name "emacs-transient")
|
||||
(version "0.6.0")
|
||||
(version "0.7.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -31774,7 +31774,7 @@ (define-public emacs-transient
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mdcph2g0nbava3npa7bz463jqrz8rp9zmjgx8rqk7bdz2gd2yai"))))
|
||||
"1hkb10b3d76cm0gqcyhi4dyzjdx4fbblx0qcv9nb7xlnwwgm2y80"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no test suite
|
||||
|
|
Loading…
Reference in a new issue