mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: emacs-transient: Update to 0.8.7.
* gnu/packages/emacs-xyz.scm (emacs-transient): Update to 0.8.7. Change-Id: I3cf5152bc387ac222bf28e052178752a99dc0d2f Signed-off-by: Ian Eure <ian@retrospec.tv>
This commit is contained in:
parent
5a4c3782de
commit
ada14197fb
1 changed files with 2 additions and 2 deletions
|
@ -34349,7 +34349,7 @@ as Emacs Lisp.")
|
|||
(define-public emacs-transient
|
||||
(package
|
||||
(name "emacs-transient")
|
||||
(version "0.8.5")
|
||||
(version "0.8.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -34358,7 +34358,7 @@ as Emacs Lisp.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0f1gdxdj7mrmjmqswlj2lwagr6dpfhkm7732gh0jcgc4iy40vac9"))))
|
||||
(base32 "1p3l2j1jrs39j1arzhczwi1ndcqmj5wvbq0y88brk3srzkwj69dr"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no test suite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue