gnu: emacs-prescient: Update to 5.1.

* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.1.
This commit is contained in:
Nicolas Goaziou 2021-02-27 17:28:43 +01:00
parent a7e6e9ad3c
commit d97c8553b3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7184,7 +7184,7 @@ (define-public emacs-embark
(define-public emacs-prescient
(package
(name "emacs-prescient")
(version "5.0")
(version "5.1")
(source
(origin
(method git-fetch)
@ -7193,7 +7193,7 @@ (define-public emacs-prescient
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "001q4l730bhw4d508jxlpzh1z459qzpg6rbncp12jrfm5yidksix"))))
(base32 "0d6kbczkamhhcmc8bf01q6k1x0g7dwjihwllzsldgga3dclyh4ks"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-company" ,emacs-company)