gnu: emacs-ivy: Update to 0.13.0.

* gnu/packages/emacs-xyz.scm (emacs-ivy): Update to 0.13.0.
This commit is contained in:
Brian Leung 2019-10-17 01:27:38 +02:00
parent 7ecdcf516e
commit 321ef7c5b3
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9

View File

@ -5311,24 +5311,19 @@ 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 "79333e9edfee38ec3b367c33711a68bdf7783259")
(revision "2"))
(package (package
(name "emacs-ivy") (name "emacs-ivy")
(version (git-version "0.12.0" revision commit)) (version "0.13.0")
(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 commit))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0dyclc51sprhmr5fi4lylhwsrn8v1jgyblwk9ly60jj84lj6278z")))) "0ghcwrg8a6r5q6fw2x8s08cwlmnz2d8qjhisnjwbnc2l4cgqpd9p"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -5363,7 +5358,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")