mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
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:
parent
a3094c5d26
commit
545de0a378
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue