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:
parent
7e9c56a77a
commit
93538a0a5b
1 changed files with 2 additions and 2 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue