gnu: emacs-paren-face: Update to 1.0.8.

* gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.0.8.
This commit is contained in:
Nicolas Goaziou 2022-02-11 19:21:59 +01:00
parent bb808caf2f
commit 6d3714478b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4920,7 +4920,7 @@ Lisp.")
(define-public emacs-paren-face
(package
(name "emacs-paren-face")
(version "1.0.7")
(version "1.0.8")
(source
(origin
(method git-fetch)
@ -4929,7 +4929,7 @@ Lisp.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1zyrrrr8rmksr3rfsv96psk1z15wbbx1bvcfp3hf5ciyc2n79000"))))
(base32 "13d8psgd2j3vqmgwwf62gwyq7h6qlj8rrs31fxwjqmzzdblwqy1y"))))
(build-system emacs-build-system)
(home-page "https://github.com/tarsius/paren-face")
(synopsis "Face for parentheses in Lisp modes")