1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: emacs-relint: Update to 1.10.

* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.10.
This commit is contained in:
Nicolas Goaziou
2019-08-13 12:52:47 +02:00
parent 77bdfe2f13
commit 1ae2d3a11b

View File

@@ -930,7 +930,7 @@ optional minor mode which can apply this command automatically on save.")
(define-public emacs-relint
(package
(name "emacs-relint")
(version "1.8")
(version "1.10")
(source
(origin
(method url-fetch)
@@ -938,7 +938,7 @@ optional minor mode which can apply this command automatically on save.")
"https://elpa.gnu.org/packages/relint-" version ".el"))
(sha256
(base32
"1bl6m2h7131acbmr0kqfnjjpv2syiv2mxfnm61g874ynnvkmmkm3"))))
"1l0lh4pkksw7brmhhbaikwzs4zkgd2962ks1zy7m262dvkhxjfv8"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-xr" ,emacs-xr)))
(home-page "https://github.com/mattiase/relint")