me
/
guix
Archived
1
0
Fork 0

gnu: emacs-prescient: Update to 6.0.

* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 6.0.
master
Nicolas Goaziou 2022-11-12 11:27:47 +01:00
parent e2a75b4e91
commit ed013c10fd
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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