gnu: emacs-prescient: Update to 6.3.

* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 6.3.

Change-Id: I7cae7efffb7594d6200f0dc86b4b02ae09def4b8
This commit is contained in:
Nicolas Goaziou 2024-03-17 23:22:54 +01:00
parent e3927493e7
commit 9b07ed0caf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -12019,7 +12019,7 @@ (define-public emacs-embark
(define-public emacs-prescient (define-public emacs-prescient
(package (package
(name "emacs-prescient") (name "emacs-prescient")
(version "6.2") (version "6.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -12028,7 +12028,7 @@ (define-public emacs-prescient
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1vj21kcqlsa02nvslmxgxsbv4pc93gakj4x2a6rbk87zl6ccw7pk")))) (base32 "0pfc0ycp4cr9zwkjv3rqfkwkx8p52ad7aq2c60j0qwp3yd0cghc4"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-company emacs-corfu emacs-ivy emacs-selectrum emacs-vertico)) (list emacs-company emacs-corfu emacs-ivy emacs-selectrum emacs-vertico))