Archived
1
0
Fork 0

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:
Nicolas Goaziou 2021-04-23 11:27:58 +02:00
parent a5b6a9002a
commit 57b2ef5648
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22658,7 +22658,7 @@ as Emacs Lisp.")
(define-public emacs-transient (define-public emacs-transient
(package (package
(name "emacs-transient") (name "emacs-transient")
(version "0.3.0") (version "0.3.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -22667,7 +22667,7 @@ as Emacs Lisp.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0g694ydmb9zjn99hxgfjd3m73kpmnkbrgqhr73b4crbxza5sl29c")))) "1766hdqzg95k62nqhadfv502mpnjlx1l59ppqmc6r0las82dc6a8"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #f ;no test suite `(#:tests? #f ;no test suite