mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-paren-face: Update to 1.1.3.
* gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.1.3. Change-Id: I12c6bb4e3c1fed2e9edd3d6daad61d8bc5f0c0be
This commit is contained in:
parent
ff325a336f
commit
7bd7c68e3c
1 changed files with 2 additions and 2 deletions
|
@ -8301,7 +8301,7 @@ Lisp.")
|
||||||
(define-public emacs-paren-face
|
(define-public emacs-paren-face
|
||||||
(package
|
(package
|
||||||
(name "emacs-paren-face")
|
(name "emacs-paren-face")
|
||||||
(version "1.1.2")
|
(version "1.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8310,7 +8310,7 @@ Lisp.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zj99wz8649ixxvz3d0qg1sbi2sb54g42qwgi0ngqzr6qzdc03wa"))))
|
(base32 "1j619m08lz6bg2kr4jm2rbyn2r8a9f1z124ashzjkiwky0mvs1v9"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat))
|
(list emacs-compat))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue