mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-corfu-terminal: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-corfu-terminal): Update to 0.7.
This commit is contained in:
parent
71b5fdea89
commit
27e27cb3b6
1 changed files with 2 additions and 2 deletions
|
@ -37671,7 +37671,7 @@ parallel fetching of tiles with cURL, and more.")
|
||||||
(define-public emacs-corfu-terminal
|
(define-public emacs-corfu-terminal
|
||||||
(package
|
(package
|
||||||
(name "emacs-corfu-terminal")
|
(name "emacs-corfu-terminal")
|
||||||
(version "0.5")
|
(version "0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -37681,7 +37681,7 @@ parallel fetching of tiles with cURL, and more.")
|
||||||
(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 "15pwv48v6plvc33715x1j1g6vf53ds4880ly5h96x2idffh7fncl"))))
|
(base32 "0ddj0x1mivrnxpdmnim9vkdpyjrhkfkvmcpfas1wznn4wfr559yj"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-corfu emacs-popon))
|
(propagated-inputs (list emacs-corfu emacs-popon))
|
||||||
(home-page "https://codeberg.org/akib/emacs-corfu-terminal/")
|
(home-page "https://codeberg.org/akib/emacs-corfu-terminal/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue