summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorPierre Neidhardt <mail@ambrevar.xyz>2021-01-25 10:06:11 +0100
committerPierre Neidhardt <mail@ambrevar.xyz>2021-01-25 10:06:11 +0100
commit40edcda0f546753bd149c337ff18af2739d08075 (patch)
tree1151c6df334236ed579d0c210f506a8c17b6e3f6 /gnu
parent82a9ed3eb3d94e8d3cd0323cdc2fecc30edf67c5 (diff)
downloadguix-patches-40edcda0f546753bd149c337ff18af2739d08075.tar
guix-patches-40edcda0f546753bd149c337ff18af2739d08075.tar.gz
gnu: emacs-helm-sly: Update to 0.7.0.
* gnu/packages/emacs-xyz.scm (emacs-helm-sly): Update to 0.7.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index a9e4f69bc0..3470569fb0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20290,7 +20290,7 @@ correctly.")
(define-public emacs-helm-sly
(package
(name "emacs-helm-sly")
- (version "0.6.0")
+ (version "0.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -20299,7 +20299,7 @@ correctly.")
(file-name (git-file-name name version))
(sha256
(base32
- "047b1qhabdymgr8c3y8xj4w1rngip4mnypg8br8kavcl8fycbaa0"))))
+ "090vq8c4scf9byn8xic71b02n4c8frhz1y1x1brxn6iar44dmzm5"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-helm" ,emacs-helm)