gnu: emacs-paren-face: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.1.0. [propagated-inputs]: Add EMACS-COMPAT.
This commit is contained in:
parent
bd89aafdf9
commit
0bd272f47e
@ -6515,7 +6515,7 @@ Lisp.")
|
|||||||
(define-public emacs-paren-face
|
(define-public emacs-paren-face
|
||||||
(package
|
(package
|
||||||
(name "emacs-paren-face")
|
(name "emacs-paren-face")
|
||||||
(version "1.0.8")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -6524,8 +6524,10 @@ Lisp.")
|
|||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13d8psgd2j3vqmgwwf62gwyq7h6qlj8rrs31fxwjqmzzdblwqy1y"))))
|
(base32 "0ma2sxhds4b73zap8kyphbng7a77fsbwrzlybar11if4asd1dfba"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list emacs-compat))
|
||||||
(home-page "https://github.com/tarsius/paren-face")
|
(home-page "https://github.com/tarsius/paren-face")
|
||||||
(synopsis "Face for parentheses in Lisp modes")
|
(synopsis "Face for parentheses in Lisp modes")
|
||||||
(description
|
(description
|
||||||
|
Loading…
Reference in New Issue
Block a user