mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ project root.")
|
||||||
(define-public emacs-relint
|
(define-public emacs-relint
|
||||||
(package
|
(package
|
||||||
(name "emacs-relint")
|
(name "emacs-relint")
|
||||||
(version "2.0")
|
(version "2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"relint-" version ".tar"))
|
"relint-" version ".tar"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0r89b5yk5lp92k4gnr0sx6ccilqzpv6kd5csqhxydk0xmqh8rsff"))))
|
(base32 "0ikml87y0k85qd92m3l1gkzjd9ng3mhjfk19w15ln0w801351cq0"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-xr))
|
(propagated-inputs (list emacs-xr))
|
||||||
(home-page "https://github.com/mattiase/relint")
|
(home-page "https://github.com/mattiase/relint")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue