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