gnu: emacs-transient: Update to 0.3.2.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.3.2.
This commit is contained in:
parent
a5b6a9002a
commit
57b2ef5648
1 changed files with 2 additions and 2 deletions
|
@ -22658,7 +22658,7 @@ as Emacs Lisp.")
|
|||
(define-public emacs-transient
|
||||
(package
|
||||
(name "emacs-transient")
|
||||
(version "0.3.0")
|
||||
(version "0.3.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -22667,7 +22667,7 @@ as Emacs Lisp.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0g694ydmb9zjn99hxgfjd3m73kpmnkbrgqhr73b4crbxza5sl29c"))))
|
||||
"1766hdqzg95k62nqhadfv502mpnjlx1l59ppqmc6r0las82dc6a8"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no test suite
|
||||
|
|
Reference in a new issue