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.1.
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 6.3.1. Change-Id: I17abd2f22f94a2df1e0cb28fa62a0ee54b8a53ed
This commit is contained in:
parent
1b0ff58270
commit
14ff21d9fd
1 changed files with 2 additions and 2 deletions
|
@ -12412,7 +12412,7 @@ (define-public emacs-embark
|
|||
(define-public emacs-prescient
|
||||
(package
|
||||
(name "emacs-prescient")
|
||||
(version "6.3")
|
||||
(version "6.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -12421,7 +12421,7 @@ (define-public emacs-prescient
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0pfc0ycp4cr9zwkjv3rqfkwkx8p52ad7aq2c60j0qwp3yd0cghc4"))))
|
||||
(base32 "0qz3xv38vazxqsl7lan7fshj3gmb0qagkrvl5xzwqhdg0rir981j"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-company emacs-corfu emacs-ivy emacs-selectrum emacs-vertico))
|
||||
|
|
Loading…
Reference in a new issue