gnu: emacs-prescient: Update to 6.2.
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 6.2. Change-Id: I11041e12583ec5a84924daf70b56690a2de772e5master
parent
0e1237204d
commit
de03608b35
|
@ -11740,7 +11740,7 @@ include installing, removing or visiting the homepage.")
|
|||
(define-public emacs-prescient
|
||||
(package
|
||||
(name "emacs-prescient")
|
||||
(version "6.1")
|
||||
(version "6.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -11749,7 +11749,7 @@ include installing, removing or visiting the homepage.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1mc9pjb80bxcmzaylfwh0sgpvwbx3h35jalznwz464hw3vqfff83"))))
|
||||
(base32 "1vj21kcqlsa02nvslmxgxsbv4pc93gakj4x2a6rbk87zl6ccw7pk"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-company emacs-corfu emacs-ivy emacs-selectrum emacs-vertico))
|
||||
|
|
Reference in New Issue