mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: emacs-helm-sly: Update to 0.7.0.
* gnu/packages/emacs-xyz.scm (emacs-helm-sly): Update to 0.7.0.
This commit is contained in:
parent
82a9ed3eb3
commit
40edcda0f5
1 changed files with 2 additions and 2 deletions
|
@ -20290,7 +20290,7 @@ (define-public emacs-helm-slime
|
|||
(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 @@ (define-public emacs-helm-sly
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"047b1qhabdymgr8c3y8xj4w1rngip4mnypg8br8kavcl8fycbaa0"))))
|
||||
"090vq8c4scf9byn8xic71b02n4c8frhz1y1x1brxn6iar44dmzm5"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-helm" ,emacs-helm)
|
||||
|
|
Loading…
Reference in a new issue