~ruther/guix-local

55d38f72d847fb3baded80c37426793fe60511e3 — Cayetano Santos 2 months ago e45b7a0
gnu: emacs-substitute: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-substitute): Update to 0.5.0.
[arguments]: Disable #:tests?.

Change-Id: Id37e4d96ad3328e6c21bdf9703a32669a1561199
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +3 -2
@@ 12665,7 12665,7 @@ comparing characters, removing cursors, and more.")
(define-public emacs-substitute
  (package
    (name "emacs-substitute")
    (version "0.4.0")
    (version "0.5.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 12674,8 12674,9 @@ comparing characters, removing cursors, and more.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0z3qq30258ynlra4532m43dxpsdbh6ywacf9xxp63zj3q5pm6q59"))))
                "0g28gjxz19zxh2i3x4xfbs0c2sr2pkxhg7biflxi40jwvyqxz542"))))
    (build-system emacs-build-system)
    (arguments (list #:tests? #f))    ;no tests
    (home-page "https://github.com/protesilaos/substitute")
    (synopsis "Efficiently replace targets in the buffer or context")
    (description