diff options
author | Brian Leung <bkleung89@gmail.com> | 2019-08-23 08:16:44 +0200 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2019-08-25 16:48:21 +0300 |
commit | 3f13a4ec26607d1b9a2644c083007b6ad0e00a98 (patch) | |
tree | 18a00e2594ec754afc3bf51c26b996bcbc4c424c /gnu | |
parent | 72cef4227c031143cc3b148393ea4028f23e57b3 (diff) | |
download | guix-3f13a4ec26607d1b9a2644c083007b6ad0e00a98.tar guix-3f13a4ec26607d1b9a2644c083007b6ad0e00a98.tar.gz |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 6367074f04..f744a7c793 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6275,20 +6275,20 @@ not tied in the trap of backward compatibility.") (define-public emacs-helm-swoop (package (name "emacs-helm-swoop") - (version "1.7.4") + (version "2.0.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/ShingoFukuyama/helm-swoop.git") + (url "https://github.com/emacsorphanage/helm-swoop.git") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0b23j1bkpg4pm310hqdhgnl4mxsj05gpl08b6kb2ja4fzrg6adsk")))) + (base32 "0k0ns92g45x8dbymqpl6ylk5mj3wiw2h03f48q5cy1z8in0c4rjd")))) (build-system emacs-build-system) (propagated-inputs `(("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") (description "This package builds on the Helm interface to provide several commands |