summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-04-01 17:15:59 -0400
committerMarius Bakke <mbakke@fastmail.com>2018-04-03 12:43:26 +0200
commitd3d576616c70c0fcea29f3d364f810a2bd37cf95 (patch)
treeec27626d86124f295298a9bd3e530c1819141874 /gnu/packages
parente0b0cafdea9872e45611a903567098c5ecdbbf68 (diff)
downloadguix-patches-d3d576616c70c0fcea29f3d364f810a2bd37cf95.tar
guix-patches-d3d576616c70c0fcea29f3d364f810a2bd37cf95.tar.gz
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/emacs.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 8f2bba7dd5..bb91ccd042 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -4185,7 +4185,7 @@ not tied in the trap of backward compatibility.")
(define-public emacs-helm-swoop
(package
(name "emacs-helm-swoop")
- (version "1.7.2")
+ (version "1.7.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4195,7 +4195,7 @@ not tied in the trap of backward compatibility.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1z34pfi0gsk054pxr906ilaalaw0xz3s536163gf9ykkwmc2356d"))))
+ "1ssivsjzlnkg049cg993l8fp09l5nhpz6asj7w5c91zp5kpc6fh7"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-helm" ,emacs-helm)))