mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: emacs-helm-selector: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-helm-selector): Update to 0.6.
This commit is contained in:
parent
d265809b78
commit
3e5a902f61
1 changed files with 2 additions and 2 deletions
|
@ -25096,7 +25096,7 @@ (define-public emacs-helm-clojuredocs
|
|||
(define-public emacs-helm-selector
|
||||
(package
|
||||
(name "emacs-helm-selector")
|
||||
(version "0.5")
|
||||
(version "0.6")
|
||||
(home-page "https://github.com/emacs-helm/helm-selector")
|
||||
(source
|
||||
(origin
|
||||
|
@ -25107,7 +25107,7 @@ (define-public emacs-helm-selector
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cv659sqmrvk316fp7mjc58vvbcg1j6s2q4rwgqrpbyszrxl3i63"))))
|
||||
"02cphsv7lk70v3aaj3nffg4niqd9mhg468mvq5ybh3gx1gxmr8qn"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-helm" ,emacs-helm)))
|
||||
|
|
Loading…
Reference in a new issue