mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: emacs-prescient: Update to 6.2.
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 6.2. Change-Id: I11041e12583ec5a84924daf70b56690a2de772e5
This commit is contained in:
parent
0e1237204d
commit
de03608b35
1 changed files with 2 additions and 2 deletions
|
@ -11740,7 +11740,7 @@ (define-public emacs-embark
|
|||
(define-public emacs-prescient
|
||||
(package
|
||||
(name "emacs-prescient")
|
||||
(version "6.1")
|
||||
(version "6.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -11749,7 +11749,7 @@ (define-public emacs-prescient
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue