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.master
parent
bd89aafdf9
commit
0bd272f47e
|
@ -6515,7 +6515,7 @@ Lisp.")
|
|||
(define-public emacs-paren-face
|
||||
(package
|
||||
(name "emacs-paren-face")
|
||||
(version "1.0.8")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6524,8 +6524,10 @@ Lisp.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "13d8psgd2j3vqmgwwf62gwyq7h6qlj8rrs31fxwjqmzzdblwqy1y"))))
|
||||
(base32 "0ma2sxhds4b73zap8kyphbng7a77fsbwrzlybar11if4asd1dfba"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
(home-page "https://github.com/tarsius/paren-face")
|
||||
(synopsis "Face for parentheses in Lisp modes")
|
||||
(description
|
||||
|
|
Reference in New Issue