3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-highlight-defined: Update to 0.1.6.

* gnu/packages/emacs-xyz.scm (emacs-highlight-defined): Update to 0.1.6.
This commit is contained in:
Nicolas Goaziou 2021-05-29 15:41:46 +02:00
parent d4037e781c
commit 71fd285657
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")