gnu: emacs-helm-selector: Update to 0.6.1.
* gnu/packages/emacs-xyz.scm (emacs-helm-selector): Update to 0.6.1.
This commit is contained in:
parent
40edcda0f5
commit
60021f2afa
1 changed files with 2 additions and 2 deletions
|
@ -25143,7 +25143,7 @@ pattern guessed from thing under current cursor position.
|
||||||
(define-public emacs-helm-selector
|
(define-public emacs-helm-selector
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-selector")
|
(name "emacs-helm-selector")
|
||||||
(version "0.6")
|
(version "0.6.1")
|
||||||
(home-page "https://github.com/emacs-helm/helm-selector")
|
(home-page "https://github.com/emacs-helm/helm-selector")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -25154,7 +25154,7 @@ pattern guessed from thing under current cursor position.
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"02cphsv7lk70v3aaj3nffg4niqd9mhg468mvq5ybh3gx1gxmr8qn"))))
|
"01lh1df0bnas1p7xlqc4i1jd67f8lxgq0q2zsvx10z8828i76j3v"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-helm" ,emacs-helm)))
|
`(("emacs-helm" ,emacs-helm)))
|
||||||
|
|
Reference in a new issue