guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-devdocs: Update to 0.3.


From: guix-commits
Subject: 02/02: gnu: emacs-devdocs: Update to 0.3.
Date: Sat, 8 Jan 2022 11:17:20 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 9c0de08e4c8348fa0421a6bc8882814da6f9a998
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 8 17:16:37 2022 +0100

    gnu: emacs-devdocs: Update to 0.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.3.
---
 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 a1076fe399..9e18ac6d62 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25077,7 +25077,7 @@ through Dash docsets.")
 (define-public emacs-devdocs
   (package
     (name "emacs-devdocs")
-    (version "0.2")
+    (version "0.3")
     (source
      (origin
        (method url-fetch)
@@ -25085,7 +25085,7 @@ through Dash docsets.")
              "https://elpa.gnu.org/packages/";
              "devdocs-" version ".tar"))
        (sha256
-        (base32 "1npc7yra7pvf86ahmz1h7hnjxrz15ar1vjcalg4ilizypycpgrwj"))))
+        (base32 "03asw26nsnnx7hmyqhksq165vpii0h8y6qjjn0x4sdkyyns16yp7"))))
     (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]