mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: emacs-devdocs: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.4.
This commit is contained in:
parent
05786d6299
commit
4c2d4f244e
1 changed files with 2 additions and 2 deletions
|
@ -25792,7 +25792,7 @@ (define-public emacs-counsel-dash
|
||||||
(define-public emacs-devdocs
|
(define-public emacs-devdocs
|
||||||
(package
|
(package
|
||||||
(name "emacs-devdocs")
|
(name "emacs-devdocs")
|
||||||
(version "0.3")
|
(version "0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -25800,7 +25800,7 @@ (define-public emacs-devdocs
|
||||||
"https://elpa.gnu.org/packages/"
|
"https://elpa.gnu.org/packages/"
|
||||||
"devdocs-" version ".tar"))
|
"devdocs-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03asw26nsnnx7hmyqhksq165vpii0h8y6qjjn0x4sdkyyns16yp7"))))
|
(base32 "05xmxqpp1cpf03y7idpqdsmbj30cissscy80ng5hqc3028kr2jqm"))))
|
||||||
(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…
Reference in a new issue