mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-transient: Update to 0.8.2.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.8.2. Change-Id: I88a024101b78282f3057ca29405c9839c9314807
This commit is contained in:
parent
6626add12e
commit
57803dd6d5
1 changed files with 2 additions and 2 deletions
|
@ -33481,7 +33481,7 @@ (define-public emacs-elmacro
|
|||
(define-public emacs-transient
|
||||
(package
|
||||
(name "emacs-transient")
|
||||
(version "0.8.1")
|
||||
(version "0.8.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -33490,7 +33490,7 @@ (define-public emacs-transient
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1r6rkgkly3s5rqarlhwqrqm37h139p9bdb9q7grp3zq1gnng7vlx"))))
|
||||
"1jz65hgv4b6k4s3nfzr6js98ghl33f7vk1zyhvh7pxiznsi2s010"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no test suite
|
||||
|
|
Loading…
Reference in a new issue