mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-rainbow-delimiters: Update to 2.1.4.
* gnu/packages/emacs-xyz.scm (emacs-rainbow-delimiters): Update to 2.1.4.
This commit is contained in:
parent
bc685e1ca3
commit
467ad2120a
1 changed files with 2 additions and 2 deletions
|
@ -6643,7 +6643,7 @@ (define-public emacs-elpy
|
|||
(define-public emacs-rainbow-delimiters
|
||||
(package
|
||||
(name "emacs-rainbow-delimiters")
|
||||
(version "2.1.3")
|
||||
(version "2.1.4")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -6652,7 +6652,7 @@ (define-public emacs-rainbow-delimiters
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vs9pf8lqq5p5qz1770pxgw47ym4xj8axxmwamn66br59mykdhv0"))))
|
||||
"1zr2669savnmkc68hiqsq9wccm6bs1j6jbmlac1xqh6nq7xgq36g"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/Fanael/rainbow-delimiters")
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue