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:
parent
7f03fa9b21
commit
c7e434c039
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Reference in a new issue