gnu: emacs-relint: Update to 1.7.
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.7.
This commit is contained in:
parent
d34984b9fe
commit
45a37f5b05
|
@ -804,7 +804,7 @@ skip set strings, which are arguments to @code{skip-chars-forward} and
|
|||
(define-public emacs-relint
|
||||
(package
|
||||
(name "emacs-relint")
|
||||
(version "1.6")
|
||||
(version "1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -812,7 +812,7 @@ skip set strings, which are arguments to @code{skip-chars-forward} and
|
|||
"https://elpa.gnu.org/packages/relint-" version ".el"))
|
||||
(sha256
|
||||
(base32
|
||||
"17nyy3zqpqgs22lrrpdm0k56xnhj5l3y2y3lnmhcqw63xksgbsyk"))))
|
||||
"0h9nc84yv5lmbaa8any6i3bqcn6xn1gy6cv6kqaywn0nnqrm17i1"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs `(("emacs-xr" ,emacs-xr)))
|
||||
(home-page "https://github.com/mattiase/relint")
|
||||
|
|
Loading…
Reference in New Issue