mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: emacs-transient: Update to 0.7.7.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.7.7. Change-Id: Ie13160e4bf5d1c06be0e0dad65e4dd41b8c3f8a1
This commit is contained in:
parent
4e16f43a26
commit
683bce309b
1 changed files with 2 additions and 2 deletions
|
@ -32536,7 +32536,7 @@ (define-public emacs-elmacro
|
|||
(define-public emacs-transient
|
||||
(package
|
||||
(name "emacs-transient")
|
||||
(version "0.7.5")
|
||||
(version "0.7.7")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -32545,7 +32545,7 @@ (define-public emacs-transient
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0h3sv74pbb5n1a83yqgaw50ah99z7jfv7znf1ipq9yzcll9fby71"))))
|
||||
"0rdhjb2fcxwxpbr7lrjqqqdnag2zqs8l6g4yw59bkp4g7kxpmmar"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no test suite
|
||||
|
|
Loading…
Reference in a new issue