guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: emacs-wgrep: Update to 3.0.0.


From: guix-commits
Subject: 04/07: gnu: emacs-wgrep: Update to 3.0.0.
Date: Fri, 3 Feb 2023 17:49:02 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 3acd211a3c51f0ac55c32c172f1b4f9a5e0d1e60
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Feb 3 23:36:13 2023 +0100

    gnu: emacs-wgrep: Update to 3.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-wgrep): Update to 3.0.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0edc0751f7..b3ecf15257 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13419,7 +13419,7 @@ by Python's Jinja.")
 (define-public emacs-wgrep
   (package
     (name "emacs-wgrep")
-    (version "2.3.2")
+    (version "3.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -13428,7 +13428,7 @@ by Python's Jinja.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "00cwqzb94jlq4mwgv8z7r3mn0a6mhq95z6j189kacq9g4473zh8d"))))
+                "16qg5dpg7hms5dmh92ksnjahf6010pw97ggi7sb0mfafd6iwps0a"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/mhayashi1120/Emacs-wgrep";)
     (synopsis "Edit a grep buffer and apply those changes to the files")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]