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.
This commit is contained in:
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

View file

@ -2834,7 +2834,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.4") (version "1.0.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2844,7 +2844,7 @@ Lisp.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1cr0vnm57lxs48z17ddcv7qlfvks7wdsp01zsw0c7i3h5ajl8myp")))) "04vkg8fhdn8x02dydxbwpizh2yn3sbmn9432v770vbbq6b62k2lx"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(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")