guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d683cf1e63d4f5174476c8bb8ad315fe71a5a7da
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 19:33:34 2025 +0200
gnu: emacs-substitute: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-substitute): Update to 0.3.0.
[source,home-page]: Update upstream location.
Change-Id: I18276e5050c77561e03ea77e04aa4282053bcd37
---
gnu/packages/emacs-xyz.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 65288dda37..50bd8d1ccb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12081,18 +12081,18 @@ comparing characters, removing cursors, and more.")
(define-public emacs-substitute
(package
(name "emacs-substitute")
- (version "0.2.0")
+ (version "0.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://git.sr.ht/~protesilaos/substitute")
+ (url "https://github.com/protesilaos/substitute")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
- "1qb2nqwy870jh66iv46bx63mp0hg7ds79259m9l783h2cr74mqjx"))))
+ "10dfrigpg3nkfa08zfb99cf7b5cjdqilfh2j5z00zh9b2k3jyymh"))))
(build-system emacs-build-system)
- (home-page "https://git.sr.ht/~protesilaos/substitute")
+ (home-page "https://github.com/protesilaos/substitute")
(synopsis "Efficiently replace targets in the buffer or context")
(description
"Substitute is a set of commands that perform text replacement (i)