guix-commits
[Top][All Lists]
Advanced

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

25/63: gnu: emacs-highlight-defined: Update to 0.1.6.


From: guix-commits
Subject: 25/63: gnu: emacs-highlight-defined: Update to 0.1.6.
Date: Sat, 29 May 2021 10:17:44 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 71fd285657894c568e353980dfeb022963ae1a27
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 15:41:46 2021 +0200

    gnu: emacs-highlight-defined: Update to 0.1.6.
    
    * gnu/packages/emacs-xyz.scm (emacs-highlight-defined): Update to 0.1.6.
---
 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 1ebf849..394c89b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18721,7 +18721,7 @@ decrease the number at point.")
 (define-public emacs-highlight-defined
   (package
     (name "emacs-highlight-defined")
-    (version "0.1.5")
+    (version "0.1.6")
     (source
      (origin
        (method git-fetch)
@@ -18730,7 +18730,7 @@ decrease the number at point.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08czwa165rnd5z0dwwdddn7zi5w63sdk31l47bj0598kbly01n7r"))))
+        (base32 "0a9nn1jnbgv93kz1iz5iay34d0p7lkpd8ic619ysk8qcksc0yn2i"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/Fanael/highlight-defined";)
     (synopsis "Syntax highlighting of known Elisp symbols")



reply via email to

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