guix-commits
[Top][All Lists]
Advanced

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

02/23: gnu: emacs-devdocs: Update to 0.6.1.


From: guix-commits
Subject: 02/23: gnu: emacs-devdocs: Update to 0.6.1.
Date: Sat, 6 Apr 2024 10:52:07 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8532d07466b20242e51e09bbe22ade0976f85614
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Apr 6 14:10:35 2024 +0200

    gnu: emacs-devdocs: Update to 0.6.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.6.1.
    
    Change-Id: I14e5ec6be446cea29ce538964adaee6a808a57ff
---
 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 1f838def88..1721f20d43 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -32456,7 +32456,7 @@ through Dash docsets.")
 (define-public emacs-devdocs
   (package
     (name "emacs-devdocs")
-    (version "0.6")
+    (version "0.6.1")
     (source
      (origin
        (method url-fetch)
@@ -32464,7 +32464,7 @@ through Dash docsets.")
              "https://elpa.gnu.org/packages/";
              "devdocs-" version ".tar"))
        (sha256
-        (base32 "17av2l61mr4y8la4cqiq1dnaznni4xirr5k3wdix1jzl3q1apypy"))))
+        (base32 "04m3jd3wymrsdlb1i7z6dz9pf1q8q38ihkbn3jisdca6xkk9jd6p"))))
     (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]