mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: emacs-prescient: Update to 5.1.
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.1.
This commit is contained in:
parent
a7e6e9ad3c
commit
d97c8553b3
1 changed files with 2 additions and 2 deletions
|
@ -7184,7 +7184,7 @@ (define-public emacs-embark
|
|||
(define-public emacs-prescient
|
||||
(package
|
||||
(name "emacs-prescient")
|
||||
(version "5.0")
|
||||
(version "5.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -7193,7 +7193,7 @@ (define-public emacs-prescient
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "001q4l730bhw4d508jxlpzh1z459qzpg6rbncp12jrfm5yidksix"))))
|
||||
(base32 "0d6kbczkamhhcmc8bf01q6k1x0g7dwjihwllzsldgga3dclyh4ks"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-company" ,emacs-company)
|
||||
|
|
Loading…
Reference in a new issue