mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: emacs-icomplete-vertical: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-icomplete-vertical): Update to 0.3. [synopsis]: Fix typo.
This commit is contained in:
parent
a68352ed90
commit
6b144628cc
1 changed files with 3 additions and 4 deletions
|
@ -5566,7 +5566,7 @@ (define-public emacs-compdef
|
||||||
(define-public emacs-icomplete-vertical
|
(define-public emacs-icomplete-vertical
|
||||||
(package
|
(package
|
||||||
(name "emacs-icomplete-vertical")
|
(name "emacs-icomplete-vertical")
|
||||||
(version "0.1")
|
(version "0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -5575,11 +5575,10 @@ (define-public emacs-icomplete-vertical
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "02v190pb802vck7di39jyf5prvmfsgcxln8mgwsls2b4clx9da97"))))
|
||||||
"1bqnlvv1gvrjriazvzd3bq98r8ii6fqax0zznhvkl1ij5pf55a90"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/oantolin/icomplete-vertical")
|
(home-page "https://github.com/oantolin/icomplete-vertical")
|
||||||
(synopsis "Display icomplete candidates vertically")
|
(synopsis "Display Icomplete candidates vertically")
|
||||||
(description
|
(description
|
||||||
"This package defines a global minor mode to display Icomplete
|
"This package defines a global minor mode to display Icomplete
|
||||||
completion candidates vertically.")
|
completion candidates vertically.")
|
||||||
|
|
Loading…
Reference in a new issue