guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-devdocs: Update to 0.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-devdocs: Update to 0.5.
Date: Sun, 31 Jul 2022 17:55:00 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 218add33da gnu: emacs-devdocs: Update to 0.5.
218add33da is described below

commit 218add33da52ef42b88e9d29d1ac269d5455ea65
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 31 23:54:40 2022 +0200

    gnu: emacs-devdocs: Update to 0.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.5.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1a0002f4d0..94bacad72a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -26589,7 +26589,7 @@ through Dash docsets.")
 (define-public emacs-devdocs
   (package
     (name "emacs-devdocs")
-    (version "0.4")
+    (version "0.5")
     (source
      (origin
        (method url-fetch)
@@ -26597,7 +26597,7 @@ through Dash docsets.")
              "https://elpa.gnu.org/packages/";
              "devdocs-" version ".tar"))
        (sha256
-        (base32 "05xmxqpp1cpf03y7idpqdsmbj30cissscy80ng5hqc3028kr2jqm"))))
+        (base32 "0qyp8lhf76yv2ym7cryvygvf2m9jah5nsl1g79gqjrsin6vlhqka"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/astoff/devdocs.el";)
     (synopsis "Emacs viewer for DevDocs")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]