[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: emacs-substitute: Update to 0.2.0.
From: |
guix-commits |
Subject: |
02/08: gnu: emacs-substitute: Update to 0.2.0. |
Date: |
Sun, 3 Sep 2023 06:33:47 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 9f6feeca3a8382f27245fd2367ee6e4f35d29373
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Sep 3 12:03:23 2023 +0200
gnu: emacs-substitute: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-substitute): Update to 0.2.0.
---
gnu/packages/emacs-xyz.scm | 37 ++++++++++++++++++-------------------
1 file changed, 18 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4b480ce7ef..13acd89fcd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9384,24 +9384,23 @@ comparing characters, removing cursors, and more.")
(license license:bsd-2))))
(define-public emacs-substitute
- (let ((commit "b81bb7789847f3d1645a60422fa080c48b93dd47")) ;version bump
- (package
- (name "emacs-substitute")
- (version "0.1.8")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.sr.ht/~protesilaos/substitute")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0s1lgpwmdjz17rd4r6qp41agmpqwa9976v1pb55p648zjh0p2vlz"))))
- (build-system emacs-build-system)
- (home-page "https://git.sr.ht/~protesilaos/substitute")
- (synopsis "Efficiently replace targets in the buffer or context")
- (description
- "Substitute is a set of commands that perform text replacement (i)
+ (package
+ (name "emacs-substitute")
+ (version "0.2.0")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://git.sr.ht/~protesilaos/substitute")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1qb2nqwy870jh66iv46bx63mp0hg7ds79259m9l783h2cr74mqjx"))))
+ (build-system emacs-build-system)
+ (home-page "https://git.sr.ht/~protesilaos/substitute")
+ (synopsis "Efficiently replace targets in the buffer or context")
+ (description
+ "Substitute is a set of commands that perform text replacement (i)
throughout the buffer, (ii) limited to the current definition (per
narrow-to-defun), (iii) from point to the end of the buffer, and (iv) from
point to the beginning of the buffer.
@@ -9409,7 +9408,7 @@ point to the beginning of the buffer.
These substitutions are meant to be as quick as possible and, as such, differ
from the standard @code{query-replace} tool. The provided commands prompt for
substitute text and perform the substitution outright.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-typo
(package
- branch master updated (9d2e632377 -> 52af65cf66), guix-commits, 2023/09/03
- 01/08: gnu: emacs-org-ref: Update to 3.0-0.bb375f3., guix-commits, 2023/09/03
- 03/08: gnu: emacs-seriestracker: Update to 1.3.1., guix-commits, 2023/09/03
- 04/08: gnu: emacs-scpaste: Update to 0.7.0., guix-commits, 2023/09/03
- 02/08: gnu: emacs-substitute: Update to 0.2.0.,
guix-commits <=
- 08/08: gnu: emacs-pcre2el: Update to 1.12., guix-commits, 2023/09/03
- 07/08: gnu: emacs-org-contrib: Update to 0.4.2., guix-commits, 2023/09/03
- 06/08: gnu: emacs-org: Update to 9.6.9., guix-commits, 2023/09/03
- 05/08: gnu: emacs-popon: Update to 0.13., guix-commits, 2023/09/03