gnu: emacs-relint: Update to 1.15.

* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.15.
This commit is contained in:
Nicolas Goaziou 2020-03-07 21:41:06 +01:00
parent 1c9e3e9f36
commit f61b980f5d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1075,14 +1075,14 @@ (define-public emacs-reformatter
(define-public emacs-relint
(package
(name "emacs-relint")
(version "1.14")
(version "1.15")
(source
(origin
(method url-fetch)
(uri (string-append
"https://elpa.gnu.org/packages/relint-" version ".tar"))
(sha256
(base32 "0hjzhxcygb2r2s3g2pk3z9x3appy1y8gkw8gpg9cpkl6lpwcsh2f"))))
(base32 "0sxmdsacj8my942k8j76m2y68nzab7190acv7cwgflc5n4f07yxa"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-xr" ,emacs-xr)))
(home-page "https://github.com/mattiase/relint")