gnu: emacs-devdocs: Update to 0.4.

* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.4.
This commit is contained in:
Nicolas Goaziou 2022-02-28 11:14:48 +01:00
parent 05786d6299
commit 4c2d4f244e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")