mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-relint: Update to 1.21.
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.21.
This commit is contained in:
parent
a8869a8f1f
commit
378fcecb29
1 changed files with 2 additions and 2 deletions
|
@ -2588,14 +2588,14 @@ (define-public emacs-relative-buffers
|
|||
(define-public emacs-relint
|
||||
(package
|
||||
(name "emacs-relint")
|
||||
(version "1.20")
|
||||
(version "1.21")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"relint-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0r20dim2r4a4bv0fmgbnq3graa7hhlai55h9qyknapqbr2j1v1h7"))))
|
||||
(base32 "12453agy7y3ayqn32fi11ljlnk8ck3i1aljw5wzm0yyqp00m73x3"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-xr))
|
||||
(home-page "https://github.com/mattiase/relint")
|
||||
|
|
Loading…
Reference in a new issue