gnu: emacs-transient: Update to 0.7.4.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.7.4. Change-Id: I1e71ee11d9225addd9875357c909313b513ca883 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
9f5902fc22
commit
3e1330b2c7
@ -32043,7 +32043,7 @@ as Emacs Lisp.")
|
|||||||
(define-public emacs-transient
|
(define-public emacs-transient
|
||||||
(package
|
(package
|
||||||
(name "emacs-transient")
|
(name "emacs-transient")
|
||||||
(version "0.7.3")
|
(version "0.7.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
@ -32052,7 +32052,7 @@ as Emacs Lisp.")
|
|||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11yygh8h2ggslym3mly9dfgyml9srmcqkx1i9n190idv5a4gkjm7"))))
|
"0ad0qkcvc9w6ry8f4b6xrdy52vlxm8nrp67k2p97w6prhyfxbp7p"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no test suite
|
`(#:tests? #f ;no test suite
|
||||||
|
Loading…
Reference in New Issue
Block a user