me
/
guix
Archived
1
0
Fork 0

gnu: emacs-relint: Update to 1.23.

* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.23.
master
Nicolas Goaziou 2023-09-01 21:19:23 +02:00
parent 584a5a80f1
commit a65d0baa74
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -2964,14 +2964,14 @@ project root.")
(define-public emacs-relint
(package
(name "emacs-relint")
(version "1.22")
(version "1.23")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"relint-" version ".tar"))
(sha256
(base32 "1525hk961q4af06c5a60m7ryp5g8yvfxjp5nmmgkci7vl3ing8zi"))))
(base32 "0cyv9hjlyxy1c2394544ljq5d4prhi296y9j2zy6p1lq6irncmv9"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-xr))
(home-page "https://github.com/mattiase/relint")