mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-xr: Update to 1.17.
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.17.
This commit is contained in:
parent
f61b980f5d
commit
2519e4cba8
1 changed files with 2 additions and 2 deletions
|
@ -971,13 +971,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.16")
|
(version "1.17")
|
||||||
(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 "1s6pkbr7gkan0r9gfmix75m587d8cg6l11722v70zzgf2z9w2xg9"))))
|
(base32 "0kicy15hww85kf7vii1j4yypa9z44d5vbpm65vwb6fzz0lv639zm"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue