gnu: emacs-helm-swoop: Update to 1.7.4.
* gnu/packages/emacs.scm (emacs-helm-swoop): Update to 1.7.4. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
e0b0cafdea
commit
d3d576616c
|
@ -4185,7 +4185,7 @@ 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.2")
|
(version "1.7.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -4195,7 +4195,7 @@ not tied in the trap of backward compatibility.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z34pfi0gsk054pxr906ilaalaw0xz3s536163gf9ykkwmc2356d"))))
|
"1ssivsjzlnkg049cg993l8fp09l5nhpz6asj7w5c91zp5kpc6fh7"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-helm" ,emacs-helm)))
|
`(("emacs-helm" ,emacs-helm)))
|
||||||
|
|
Loading…
Reference in New Issue