Skip to content
Snippets Groups Projects
Unverified Commit c563f888 authored by Nicolas Goaziou's avatar Nicolas Goaziou
Browse files

gnu: emacs-relint: Update to 1.16.

* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.16.
parent 14b0dcc7
No related branches found
No related tags found
No related merge requests found
...@@ -1106,14 +1106,14 @@ (define-public emacs-reformatter ...@@ -1106,14 +1106,14 @@ (define-public emacs-reformatter
(define-public emacs-relint (define-public emacs-relint
(package (package
(name "emacs-relint") (name "emacs-relint")
(version "1.15") (version "1.16")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://elpa.gnu.org/packages/relint-" version ".tar")) "https://elpa.gnu.org/packages/relint-" version ".tar"))
(sha256 (sha256
(base32 "0sxmdsacj8my942k8j76m2y68nzab7190acv7cwgflc5n4f07yxa")))) (base32 "0cwk806g2kq60sql8sic2zdn63l1g2pzdiklcv0w8l2k9wssknnx"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs `(("emacs-xr" ,emacs-xr))) (propagated-inputs `(("emacs-xr" ,emacs-xr)))
(home-page "https://github.com/mattiase/relint") (home-page "https://github.com/mattiase/relint")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment