me
/
guix
Archived
1
0
Fork 0

gnu: emacs-helm-selector: Update to 0.3.

* gnu/packages/emacs-xyz.scm (emacs-helm-selector): Update to 0.3.
master
Pierre Neidhardt 2020-08-08 10:59:41 +02:00
parent 4aa2b6d0cd
commit 763b52dc54
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 2 additions and 2 deletions

View File

@ -23187,7 +23187,7 @@ pattern guessed from thing under current cursor position.
(define-public emacs-helm-selector
(package
(name "emacs-helm-selector")
(version "0.2")
(version "0.3")
(home-page "https://github.com/emacs-helm/helm-selector")
(source
(origin
@ -23198,7 +23198,7 @@ pattern guessed from thing under current cursor position.
(file-name (git-file-name name version))
(sha256
(base32
"1c7xhrq1mivldyq3rglpmfypbz44dcm7zrgyha6x09cfixlyfbcp"))))
"134rxm4zicn565k3q5q15iiqcvcyiq6lsvmsqr53ifjjbq8pd9y6"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-helm" ,emacs-helm)))