1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-07-13 20:24:06 +02:00

gnu: emacs-substitute: Update to 0.4.0.

* gnu/packages/emacs-xyz.scm (emacs-substitute): Update to 0.4.0.

Change-Id: Ie9e3555cc871ca3324dd720275d3505ef6b97a56
This commit is contained in:
Nicolas Goaziou
2025-12-06 10:21:36 +01:00
parent 08635f894f
commit 80a82d9544
+2 -2
View File
@@ -12507,7 +12507,7 @@ comparing characters, removing cursors, and more.")
(define-public emacs-substitute
(package
(name "emacs-substitute")
(version "0.3.0")
(version "0.4.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -12516,7 +12516,7 @@ comparing characters, removing cursors, and more.")
(file-name (git-file-name name version))
(sha256
(base32
"10dfrigpg3nkfa08zfb99cf7b5cjdqilfh2j5z00zh9b2k3jyymh"))))
"0z3qq30258ynlra4532m43dxpsdbh6ywacf9xxp63zj3q5pm6q59"))))
(build-system emacs-build-system)
(home-page "https://github.com/protesilaos/substitute")
(synopsis "Efficiently replace targets in the buffer or context")