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

* gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.0.7.
This commit is contained in:
Nicolas Goaziou 2021-02-07 23:18:44 +01:00
parent a3094c5d26
commit 545de0a378
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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