mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ Lisp.")
|
||||||
(define-public emacs-paren-face
|
(define-public emacs-paren-face
|
||||||
(package
|
(package
|
||||||
(name "emacs-paren-face")
|
(name "emacs-paren-face")
|
||||||
(version "1.0.6")
|
(version "1.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4029,7 +4029,7 @@ Lisp.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "17bdcxah216z928387yx6z9lmp4jsi461n8fwiqaibn2qy5fagas"))))
|
(base32 "1zyrrrr8rmksr3rfsv96psk1z15wbbx1bvcfp3hf5ciyc2n79000"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue