gnu: emacs-prescient: Update to 6.3.1.

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

Change-Id: I17abd2f22f94a2df1e0cb28fa62a0ee54b8a53ed
This commit is contained in:
Nicolas Goaziou 2024-08-19 22:26:50 +02:00
parent 1b0ff58270
commit 14ff21d9fd
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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