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

* gnu/packages/emacs-xyz.scm (emacs-helm-swoop): Update to 3.0.0.

Signed-off-by: Brett Gilio <brettg@gnu.org>
This commit is contained in:
Michael Rohleder 2020-08-07 16:08:38 +02:00 committed by Brett Gilio
parent 7e9c56a77a
commit 93538a0a5b
No known key found for this signature in database
GPG key ID: F6C52DD1BA27CB87

View file

@ -8387,7 +8387,7 @@ (define-public emacs-helm-org
(define-public emacs-helm-swoop
(package
(name "emacs-helm-swoop")
(version "2.0.0")
(version "3.0.0")
(source
(origin
(method git-fetch)
@ -8396,7 +8396,7 @@ (define-public emacs-helm-swoop
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0k0ns92g45x8dbymqpl6ylk5mj3wiw2h03f48q5cy1z8in0c4rjd"))))
(base32 "1qjay0fvryxa8n1ws6r1by512p2fylb2nj7ycm1497fcalb0d706"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-helm" ,emacs-helm)))