mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05: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:
parent
d4037e781c
commit
71fd285657
1 changed files with 2 additions and 2 deletions
|
@ -18721,7 +18721,7 @@ (define-public emacs-shift-number
|
|||
(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 @@ (define-public emacs-highlight-defined
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue