gnu: emacs-prescient: Update to 5.2.

* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.2.
This commit is contained in:
Nicolas Goaziou 2021-12-29 15:15:40 +01:00
parent 4ec6435ae5
commit a24295eed5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8128,7 +8128,7 @@ (define-public emacs-embark
(define-public emacs-prescient
(package
(name "emacs-prescient")
(version "5.1")
(version "5.2")
(source
(origin
(method git-fetch)
@ -8137,7 +8137,7 @@ (define-public emacs-prescient
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0d6kbczkamhhcmc8bf01q6k1x0g7dwjihwllzsldgga3dclyh4ks"))))
(base32 "024l7s0b6apbzanw3cnhjypxnxfinfb5b3nhaabrc138m5pis8j5"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-company emacs-ivy emacs-selectrum))