gnu: emacs-devdocs: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.3.
This commit is contained in:
parent
22b3d15257
commit
9c0de08e4c
1 changed files with 2 additions and 2 deletions
|
@ -25077,7 +25077,7 @@ through Dash docsets.")
|
||||||
(define-public emacs-devdocs
|
(define-public emacs-devdocs
|
||||||
(package
|
(package
|
||||||
(name "emacs-devdocs")
|
(name "emacs-devdocs")
|
||||||
(version "0.2")
|
(version "0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -25085,7 +25085,7 @@ through Dash docsets.")
|
||||||
"https://elpa.gnu.org/packages/"
|
"https://elpa.gnu.org/packages/"
|
||||||
"devdocs-" version ".tar"))
|
"devdocs-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1npc7yra7pvf86ahmz1h7hnjxrz15ar1vjcalg4ilizypycpgrwj"))))
|
(base32 "03asw26nsnnx7hmyqhksq165vpii0h8y6qjjn0x4sdkyyns16yp7"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue