gnu: emacs-helm-dash: Update to 1.3.0-2.7f853bd.
* gnu/packages/emacs-xyz.scm (emacs-helm-dash): Update to 1.3.0-2.7f853bd.
This commit is contained in:
parent
b8563caf11
commit
205a0fe094
@ -17564,25 +17564,25 @@ copied into @code{org-mode} buffers.")
|
|||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-helm-dash
|
(define-public emacs-helm-dash
|
||||||
(let ((commit "192b862185df661439a06de644791171e899348a")
|
(let ((commit "7f853bd34da666f0e9a883011c80f451b06f6c59")
|
||||||
(version "1.3.0")
|
(revision "2"))
|
||||||
(revision "18"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm-dash")
|
(name "emacs-helm-dash")
|
||||||
(version (git-version version revision commit))
|
(version (git-version "1.3.0" revision commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/areina/helm-dash")
|
(url "https://github.com/areina/helm-dash.git")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06am5vnr4hsxkvh2b8q8kb80y5x1h3qyv7gwggswwhfa7w2vba3w"))))
|
"0r192vzry1212ihabg9pgw9xar8zdgnbgy0vsgvfm8s5wj6ny7jp"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-helm" ,emacs-helm)))
|
`(("emacs-helm" ,emacs-helm)
|
||||||
|
("emacs-dash-docs" ,emacs-dash-docs)))
|
||||||
(home-page "https://github.com/areina/helm-dash")
|
(home-page "https://github.com/areina/helm-dash")
|
||||||
(synopsis "Offline documentation browser for APIs using Dash docsets")
|
(synopsis "Offline documentation browser for APIs using Dash docsets")
|
||||||
(description "This package uses Helm to install and navigate through
|
(description "This package uses Helm to install and navigate through
|
||||||
|
Loading…
Reference in New Issue
Block a user