diff mbox series

[bug#63701] gnu: ugrep: Update to 3.11.2.

Message ID 20230524181005.335940-1-code@greghogan.com
State New
Headers show
Series [bug#63701] gnu: ugrep: Update to 3.11.2. | expand

Commit Message

Greg Hogan May 24, 2023, 6:10 p.m. UTC
* gnu/packages/search.scm (ugrep): Update to 3.11.2.
---
 gnu/packages/search.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

宋文武 May 26, 2023, 1:07 p.m. UTC | #1
Greg Hogan <code@greghogan.com> writes:

> * gnu/packages/search.scm (ugrep): Update to 3.11.2.

Pushed now, thank you!
diff mbox series

Patch

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 04e03a55b1..3e3e8e00c6 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -735,14 +735,14 @@  (define (purge-term-support input output)
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "3.11.0")
+    (version "3.11.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "1sibd44ky7xqfmrfvi09h5ignn7i3v1fjxnfvybp3cjfm08yxacy"))
+               (base32 "0k0dzdyif9lpk0avjk02xkd6bjg9km4spr3p4hzls88y9hwgcc9l"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet