gnu: emacs-relint: Update to 1.11.

* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.11.
master
Tobias Geerinckx-Rice 2019-10-02 14:45:15 +02:00
parent 8ef3f2e3ac
commit 6811256745
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 3 additions and 4 deletions

View File

@ -976,15 +976,14 @@ optional minor mode which can apply this command automatically on save.")
(define-public emacs-relint
(package
(name "emacs-relint")
(version "1.10")
(version "1.11")
(source
(origin
(method url-fetch)
(uri (string-append
"https://elpa.gnu.org/packages/relint-" version ".el"))
"https://elpa.gnu.org/packages/relint-" version ".tar"))
(sha256
(base32
"1l0lh4pkksw7brmhhbaikwzs4zkgd2962ks1zy7m262dvkhxjfv8"))))
(base32 "0c7d35kp5k11fnyjrq9cg8i2r005gs57pmb3rvpf8ilwv0scn1m7"))))
(build-system emacs-build-system)
(propagated-inputs `(("emacs-xr" ,emacs-xr)))
(home-page "https://github.com/mattiase/relint")