gnu: emacs-helm-sly: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-helm-sly): Update to 0.6.0.master
parent
9717250da2
commit
c03875b036
|
@ -20194,7 +20194,7 @@ correctly.")
|
||||||
(define-public emacs-helm-sly
|
(define-public emacs-helm-sly
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-sly")
|
(name "emacs-helm-sly")
|
||||||
(version "0.5.1")
|
(version "0.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -20203,7 +20203,7 @@ correctly.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13s2dj09mcdwlibjlahyyq2dxjkjlpxs88dbdyvcd64249jmahsx"))))
|
"047b1qhabdymgr8c3y8xj4w1rngip4mnypg8br8kavcl8fycbaa0"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-helm" ,emacs-helm)
|
`(("emacs-helm" ,emacs-helm)
|
||||||
|
|
Reference in New Issue