mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-lsp-ivy: Update to 0.5.
* gnu/packages/emacs-xyz.scm (emacs-lsp-ivy): Update to 0.5.
This commit is contained in:
parent
5e5516f833
commit
8b81c6861f
1 changed files with 2 additions and 2 deletions
|
@ -23887,7 +23887,7 @@ and code peeking.")
|
||||||
(define-public emacs-lsp-ivy
|
(define-public emacs-lsp-ivy
|
||||||
(package
|
(package
|
||||||
(name "emacs-lsp-ivy")
|
(name "emacs-lsp-ivy")
|
||||||
(version "0.4")
|
(version "0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -23896,7 +23896,7 @@ and code peeking.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "08dpn0vcfdwwysijwdpnnj91m69yw0q464i0wmp51zpj3dyd4kb1"))))
|
(base32 "0nb9ypa8hyx7i38rbywh8hn2i5f9l2l567hvdr9767fk279yr97n"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue