gnu: emacs-prescient: Update to 5.2.1.

* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.2.1.
This commit is contained in:
Nicolas Goaziou 2022-07-13 15:14:37 +02:00
parent 1f8b50a60d
commit 1aecb0c574
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -8965,7 +8965,7 @@ include installing, removing or visiting the homepage.")
(define-public emacs-prescient
(package
(name "emacs-prescient")
(version "5.2")
(version "5.2.1")
(source
(origin
(method git-fetch)
@ -8974,7 +8974,7 @@ include installing, removing or visiting the homepage.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "024l7s0b6apbzanw3cnhjypxnxfinfb5b3nhaabrc138m5pis8j5"))))
(base32 "0z97d7nnl1hgxj4fsvgw3hb3j4dc9wkdq2vq3dw607f29lwqiadk"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-company emacs-ivy emacs-selectrum))