me
/
guix
Archived
1
0
Fork 0

gnu: emacs-devdocs: Update to 0.4.

* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.4.
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
1 changed files with 2 additions and 2 deletions

View File

@ -25792,7 +25792,7 @@ through Dash docsets.")
(define-public emacs-devdocs
(package
(name "emacs-devdocs")
(version "0.3")
(version "0.4")
(source
(origin
(method url-fetch)
@ -25800,7 +25800,7 @@ through Dash docsets.")
"https://elpa.gnu.org/packages/"
"devdocs-" version ".tar"))
(sha256
(base32 "03asw26nsnnx7hmyqhksq165vpii0h8y6qjjn0x4sdkyyns16yp7"))))
(base32 "05xmxqpp1cpf03y7idpqdsmbj30cissscy80ng5hqc3028kr2jqm"))))
(build-system emacs-build-system)
(home-page "https://github.com/astoff/devdocs.el")
(synopsis "Emacs viewer for DevDocs")