Archived
1
0
Fork 0

gnu: emacs-corfu-doc-terminal: Update to 0.9.

* gnu/packages/emacs-xyz.scm (emacs-corfu-doc-terminal): Update to 0.9.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Cayetano Santos 2023-08-05 20:09:21 +02:00 committed by Christopher Baines
parent 35421248b1
commit e7c7efc296
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -37363,11 +37363,11 @@ with popups, which also work in the terminal.")
(define-public emacs-corfu-doc-terminal
;; Upstream does not tag releases, version taken from package header.
(let ((commit "d8945c64b52d76e864b767b3048674f222daf80b")
(let ((commit "be9fd5cd6c293dea862f1a1877378f1391e6a7e5")
(revision "0"))
(package
(name "emacs-corfu-doc-terminal")
(version (git-version "0.5" revision commit))
(version (git-version "0.9" revision commit))
(source
(origin
(method git-fetch)
@ -37377,7 +37377,7 @@ with popups, which also work in the terminal.")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0j0dd8np5x93wic22bc5i9h7bq2gj700n4fh11dzzgsj14lv2r5k"))))
(base32 "0vx5r9v2gx747zsz4x1dgrkvl1iya9pcgvcbghc0pwjs3jfi6r0k"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-corfu emacs-corfu-doc emacs-corfu-terminal emacs-popon))