summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <[email protected]>2022-01-02 10:33:31 +0100
committerNicolas Goaziou <[email protected]>2022-01-02 10:33:31 +0100
commitd3819cd23ad44abd95c1c16d7c7469fe235466a4 (patch)
tree3e810349f4e8f98875fef5565698c6b8ac517627 /gnu
parent7e130d46000ce3c6dec88e28cefdfab19013688c (diff)
gnu: emacs-vertico: Update to 0.18.
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.18.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 137aea7f58..3e1f8b9e83 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2016, 2017 Roel Janssen <[email protected]>
;;; Copyright © 2016, 2017 Nikita <[email protected]>
;;; Copyright © 2016, 2019 Alex Griffin <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Nicolas Goaziou <[email protected]>
+;;; Copyright © 2016–2022 Nicolas Goaziou <[email protected]>
;;; Copyright © 2016, 2017, 2018 Alex Vong <[email protected]>
;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2021 Arun Isaac <[email protected]>
;;; Copyright © 2017 Christopher Baines <[email protected]>
@@ -29417,7 +29417,7 @@ and preferred services can easily be configured.")
(define-public emacs-vertico
(package
(name "emacs-vertico")
- (version "0.17")
+ (version "0.18")
(source
(origin
(method git-fetch)
@@ -29426,7 +29426,7 @@ and preferred services can easily be configured.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0fc1w8lwmnx8qfrdanxa6ma9qyps92gvqqklydh4cdcsdinss7kb"))))
+ (base32 "0cg6wwqpra898md4mz2zxjdl5m869ldqhjnkmba8dxhq9002cjgn"))))
(build-system emacs-build-system)
(arguments
`(#:phases