me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-highlight-defined): Update to 0.1.6.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -18721,7 +18721,7 @@ decrease the number at point.")
(define-public emacs-highlight-defined (define-public emacs-highlight-defined
(package (package
(name "emacs-highlight-defined") (name "emacs-highlight-defined")
(version "0.1.5") (version "0.1.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -18730,7 +18730,7 @@ decrease the number at point.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "08czwa165rnd5z0dwwdddn7zi5w63sdk31l47bj0598kbly01n7r")))) (base32 "0a9nn1jnbgv93kz1iz5iay34d0p7lkpd8ic619ysk8qcksc0yn2i"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/Fanael/highlight-defined") (home-page "https://github.com/Fanael/highlight-defined")
(synopsis "Syntax highlighting of known Elisp symbols") (synopsis "Syntax highlighting of known Elisp symbols")