gnu: emacs-relint: Update to 2.0.

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

Change-Id: I4e1b86e0d417ef999baa72997bb8036acb0ac70f
This commit is contained in:
Nicolas Goaziou 2024-08-19 22:30:37 +02:00
parent c2774ceb71
commit a907edc0a9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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