gnu: emacs-relint: Update to 1.22.

* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.22.
This commit is contained in:
Nicolas Goaziou 2023-03-30 11:39:25 +02:00
parent 48fe02cc0a
commit 127be8debb
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2686,14 +2686,14 @@ (define-public emacs-relative-buffers
(define-public emacs-relint
(package
(name "emacs-relint")
(version "1.21")
(version "1.22")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"relint-" version ".tar"))
(sha256
(base32 "12453agy7y3ayqn32fi11ljlnk8ck3i1aljw5wzm0yyqp00m73x3"))))
(base32 "1525hk961q4af06c5a60m7ryp5g8yvfxjp5nmmgkci7vl3ing8zi"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-xr))
(home-page "https://github.com/mattiase/relint")