gnu: emacs-prescient: Update to 6.2.

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

Change-Id: I11041e12583ec5a84924daf70b56690a2de772e5
This commit is contained in:
Nicolas Goaziou 2024-01-01 19:28:47 +01:00
parent 0e1237204d
commit de03608b35
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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