mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: emacs-relint: Update to 2.1.
* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 2.1. Change-Id: I5fddccfeb93bd5f5e78c3a250116de6f3da164c6
This commit is contained in:
parent
f2247a5b6f
commit
9da966da4b
1 changed files with 2 additions and 2 deletions
|
@ -3708,14 +3708,14 @@ (define-public emacs-relative-buffers
|
|||
(define-public emacs-relint
|
||||
(package
|
||||
(name "emacs-relint")
|
||||
(version "2.0")
|
||||
(version "2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"relint-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0r89b5yk5lp92k4gnr0sx6ccilqzpv6kd5csqhxydk0xmqh8rsff"))))
|
||||
(base32 "0ikml87y0k85qd92m3l1gkzjd9ng3mhjfk19w15ln0w801351cq0"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-xr))
|
||||
(home-page "https://github.com/mattiase/relint")
|
||||
|
|
Loading…
Reference in a new issue