gnu: emacs-helm-swoop: Update to 2.0.0.

* gnu/packages/emacs-xyz.scm (emacs-helm-swoop): Update to 2.0.0.
[source]: Use the new url.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This commit is contained in:
Brian Leung 2019-08-23 08:16:44 +02:00 committed by Oleg Pykhalov
parent 72cef4227c
commit 3f13a4ec26
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -6275,20 +6275,20 @@ not tied in the trap of backward compatibility.")
(define-public emacs-helm-swoop (define-public emacs-helm-swoop
(package (package
(name "emacs-helm-swoop") (name "emacs-helm-swoop")
(version "1.7.4") (version "2.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/ShingoFukuyama/helm-swoop.git") (url "https://github.com/emacsorphanage/helm-swoop.git")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0b23j1bkpg4pm310hqdhgnl4mxsj05gpl08b6kb2ja4fzrg6adsk")))) (base32 "0k0ns92g45x8dbymqpl6ylk5mj3wiw2h03f48q5cy1z8in0c4rjd"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-helm" ,emacs-helm))) `(("emacs-helm" ,emacs-helm)))
(home-page "https://github.com/ShingoFukuyama/helm-swoop") (home-page "https://github.com/emacsorphanage/helm-swoop")
(synopsis "Filter and jump to lines in an Emacs buffer using Helm") (synopsis "Filter and jump to lines in an Emacs buffer using Helm")
(description (description
"This package builds on the Helm interface to provide several commands "This package builds on the Helm interface to provide several commands