mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-prescient: Update to 6.3.
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 6.3. Change-Id: I7cae7efffb7594d6200f0dc86b4b02ae09def4b8
This commit is contained in:
parent
e3927493e7
commit
9b07ed0caf
1 changed files with 2 additions and 2 deletions
|
@ -12019,7 +12019,7 @@ (define-public emacs-embark
|
||||||
(define-public emacs-prescient
|
(define-public emacs-prescient
|
||||||
(package
|
(package
|
||||||
(name "emacs-prescient")
|
(name "emacs-prescient")
|
||||||
(version "6.2")
|
(version "6.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -12028,7 +12028,7 @@ (define-public emacs-prescient
|
||||||
(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 "1vj21kcqlsa02nvslmxgxsbv4pc93gakj4x2a6rbk87zl6ccw7pk"))))
|
(base32 "0pfc0ycp4cr9zwkjv3rqfkwkx8p52ad7aq2c60j0qwp3yd0cghc4"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-company emacs-corfu emacs-ivy emacs-selectrum emacs-vertico))
|
(list emacs-company emacs-corfu emacs-ivy emacs-selectrum emacs-vertico))
|
||||||
|
|
Loading…
Reference in a new issue