diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-11-08 11:55:02 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-11-08 15:20:45 +0100 |
commit | 9443cd9959570856a8d8c883e35ac67143862b37 (patch) | |
tree | 86104e2a2dea6d6570351855d981850615068d4b /gnu | |
parent | 08a926a6b0323e29d2feb2119cc25e536eef0f2e (diff) | |
download | guix-9443cd9959570856a8d8c883e35ac67143862b37.tar.gz |
gnu: emacs-xr: Update to 1.25.
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.25. Change-Id: I7470de1e0ea69afd345b1dbe7cec35275314cc88
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 880d4bf788..845d31dbe0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2954,13 +2954,13 @@ and ease-of-key score. Most frequently used commands have most easy keys.") (define-public emacs-xr (package (name "emacs-xr") - (version "1.24") + (version "1.25") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/xr-" version ".tar")) (sha256 - (base32 "04g7qx6qmhp98pw5iwdhspln9sg9jzjq2zp3nmq3q1yl82pzd214")))) + (base32 "0w4gaxypl76d1jw9vcq0zhj7ksj44wyfb148l1fb0vl7h6wpv0pg")))) (build-system emacs-build-system) (home-page "https://elpa.gnu.org/packages/xr.html") (synopsis "Convert string regexp to rx notation") |