gnu: emacs-prescient: Update to 5.0.

* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.0.
This commit is contained in:
Nicolas Goaziou 2020-07-26 17:50:30 +02:00
parent 46d2236404
commit 9a5d56e047
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -6180,7 +6180,7 @@ them easier to distinguish from other, less important buffers.")
(define-public emacs-prescient
(package
(name "emacs-prescient")
(version "4.1")
(version "5.0")
(source
(origin
(method git-fetch)
@ -6189,7 +6189,7 @@ them easier to distinguish from other, less important buffers.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1rf5cz262hjpck7vpxg15bccdrwrmlhiyxc20liwcjb2ig36nis3"))))
(base32 "001q4l730bhw4d508jxlpzh1z459qzpg6rbncp12jrfm5yidksix"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-company" ,emacs-company)