gnu: emacs-relint: Update to 2.1.

* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 2.1.

Change-Id: I5fddccfeb93bd5f5e78c3a250116de6f3da164c6
This commit is contained in:
Nicolas Goaziou 2025-01-26 20:47:10 +01:00
parent f2247a5b6f
commit 9da966da4b
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -3708,14 +3708,14 @@ project root.")
(define-public emacs-relint (define-public emacs-relint
(package (package
(name "emacs-relint") (name "emacs-relint")
(version "2.0") (version "2.1")
(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 "0r89b5yk5lp92k4gnr0sx6ccilqzpv6kd5csqhxydk0xmqh8rsff")))) (base32 "0ikml87y0k85qd92m3l1gkzjd9ng3mhjfk19w15ln0w801351cq0"))))
(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")