mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-ivy: Update to 0.12.0-1.d3e4514.
* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.12.0-1.d3e4514. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
aac6c53a7b
commit
6a5198170e
1 changed files with 39 additions and 34 deletions
|
@ -4732,19 +4732,24 @@ automatically.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-ivy
|
(define-public emacs-ivy
|
||||||
|
;; The latest release version introduced a new feature, swiper-isearch, that
|
||||||
|
;; generally works well but had some noticeable bugs; this later commit
|
||||||
|
;; includes fixes for several of them.
|
||||||
|
(let ((commit "d3e4514fd72f217c704ae18afdf711bb9036a04d")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-ivy")
|
(name "emacs-ivy")
|
||||||
(version "0.12.0")
|
(version (git-version "0.12.0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/abo-abo/swiper.git")
|
(url "https://github.com/abo-abo/swiper.git")
|
||||||
(commit version)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xgngn3jhmyn6mlkk9kmgfgh0w5i50b27syr4cgfgarg6p77j05w"))))
|
"142axxc6vsl14cfyvzj9csiykxdn7vhw88fy955hzx7av4qfqg4x"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -4770,7 +4775,7 @@ the best candidate. Instead, the user can navigate candidates with
|
||||||
@code{ivy-next-line} and @code{ivy-previous-line}. The matching is done by
|
@code{ivy-next-line} and @code{ivy-previous-line}. The matching is done by
|
||||||
splitting the input text by spaces and re-building it into a regular
|
splitting the input text by spaces and re-building it into a regular
|
||||||
expression.")
|
expression.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-ivy-pass
|
(define-public emacs-ivy-pass
|
||||||
(let ((commit "5b523de1151f2109fdd6a8114d0af12eef83d3c5")
|
(let ((commit "5b523de1151f2109fdd6a8114d0af12eef83d3c5")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue