gnu: emacs-xr: Update to 1.22.

* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.22.
This commit is contained in:
Nicolas Goaziou 2022-01-18 09:05:06 +01:00
parent 39510d5a5e
commit 3c145f2ff1
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1762,13 +1762,13 @@ in certain cases. It also enables recursion for anonymous functions.")
(define-public emacs-xr (define-public emacs-xr
(package (package
(name "emacs-xr") (name "emacs-xr")
(version "1.21") (version "1.22")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/xr-" version ".tar")) (uri (string-append "https://elpa.gnu.org/packages/xr-" version ".tar"))
(sha256 (sha256
(base32 "0mc10d33lsqs0ihcja8w78jzh2pk0dfm9m86kap6r3hi6wkr1cmi")))) (base32 "1l3bqgzvbamfs4n628kg789g7vjn4v81q570gzbw2cwjgk4s6xbj"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://elpa.gnu.org/packages/xr.html") (home-page "https://elpa.gnu.org/packages/xr.html")
(synopsis "Convert string regexp to rx notation") (synopsis "Convert string regexp to rx notation")
@ -1925,14 +1925,14 @@ project root.")
(define-public emacs-relint (define-public emacs-relint
(package (package
(name "emacs-relint") (name "emacs-relint")
(version "1.19") (version "1.20")
(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 "14z3i01pq5ljhjf5yfcjw7hxljcrwjnizkrdc1qyh9b6h3ic1bbi")))) (base32 "0r20dim2r4a4bv0fmgbnq3graa7hhlai55h9qyknapqbr2j1v1h7"))))
(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")