mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: emacs-devdocs: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.6. Change-Id: I6e4cb729ccacf19c5e2365ee4114d05617d8b66b
This commit is contained in:
parent
5b66df0450
commit
14d5155e63
1 changed files with 2 additions and 2 deletions
|
@ -32408,7 +32408,7 @@ through Dash docsets.")
|
||||||
(define-public emacs-devdocs
|
(define-public emacs-devdocs
|
||||||
(package
|
(package
|
||||||
(name "emacs-devdocs")
|
(name "emacs-devdocs")
|
||||||
(version "0.5")
|
(version "0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -32416,7 +32416,7 @@ through Dash docsets.")
|
||||||
"https://elpa.gnu.org/packages/"
|
"https://elpa.gnu.org/packages/"
|
||||||
"devdocs-" version ".tar"))
|
"devdocs-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qyp8lhf76yv2ym7cryvygvf2m9jah5nsl1g79gqjrsin6vlhqka"))))
|
(base32 "17av2l61mr4y8la4cqiq1dnaznni4xirr5k3wdix1jzl3q1apypy"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/astoff/devdocs.el")
|
(home-page "https://github.com/astoff/devdocs.el")
|
||||||
(synopsis "Emacs viewer for DevDocs")
|
(synopsis "Emacs viewer for DevDocs")
|
||||||
|
|
Loading…
Add table
Reference in a new issue