mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-vertico: Update to 2.4.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 2.4. [#:tests]: Disable. Change-Id: I48d2a3beaefbef0f029e57fd080f28bae24c9a91 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
0a274e416f
commit
8edb0f01f1
1 changed files with 3 additions and 2 deletions
|
@ -42965,7 +42965,7 @@ and preferred services can easily be configured.")
|
|||
(define-public emacs-vertico
|
||||
(package
|
||||
(name "emacs-vertico")
|
||||
(version "2.2")
|
||||
(version "2.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -42974,10 +42974,11 @@ and preferred services can easily be configured.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15zf0kj12an9dmdi55ghpkxj053bqzm50fwlhpga4sjzx7qmv5q8"))))
|
||||
(base32 "089ngnx3avqs0xlf25hmpp2sximdc9wxkq9fvmjf87viiz175k1y"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ; There are no tests.
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
;; Move the extensions source files to the top level, which is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue