me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.0.5.
master
Brett Gilio 2019-12-27 19:36:23 -06:00
parent 7f03fa9b21
commit c7e434c039
No known key found for this signature in database
GPG Key ID: 672243C4A03F0EEE
1 changed files with 2 additions and 2 deletions

View File

@ -2834,7 +2834,7 @@ Lisp.")
(define-public emacs-paren-face
(package
(name "emacs-paren-face")
(version "1.0.4")
(version "1.0.5")
(source
(origin
(method git-fetch)
@ -2844,7 +2844,7 @@ Lisp.")
(file-name (git-file-name name version))
(sha256
(base32
"1cr0vnm57lxs48z17ddcv7qlfvks7wdsp01zsw0c7i3h5ajl8myp"))))
"04vkg8fhdn8x02dydxbwpizh2yn3sbmn9432v770vbbq6b62k2lx"))))
(build-system emacs-build-system)
(home-page "https://github.com/tarsius/paren-face")
(synopsis "Face for parentheses in lisp modes")