gnu: emacs-relint: Update to 1.23.
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.23.
This commit is contained in:
parent
584a5a80f1
commit
a65d0baa74
1 changed files with 2 additions and 2 deletions
|
@ -2964,14 +2964,14 @@ (define-public emacs-relative-buffers
|
|||
(define-public emacs-relint
|
||||
(package
|
||||
(name "emacs-relint")
|
||||
(version "1.22")
|
||||
(version "1.23")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"relint-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "1525hk961q4af06c5a60m7ryp5g8yvfxjp5nmmgkci7vl3ing8zi"))))
|
||||
(base32 "0cyv9hjlyxy1c2394544ljq5d4prhi296y9j2zy6p1lq6irncmv9"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-xr))
|
||||
(home-page "https://github.com/mattiase/relint")
|
||||
|
|
Loading…
Reference in a new issue