unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#56985] [PATCH] gnu: ugrep: Update to 3.8.3.
@ 2022-08-04 20:37 kiasoc5 via Guix-patches via
  2022-08-04 20:52 ` ( via Guix-patches via
       [not found] ` <handler.56985.D56985.165966789727617.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-08-04 20:37 UTC (permalink / raw)
  To: 56985

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-gnu-ugrep-Update-to-3.8.3.patch --]
[-- Type: text/x-patch, Size: 1245 bytes --]

From a49d5f6d016ba1c480f7a026e1071f0c4a46cdb6 Mon Sep 17 00:00:00 2001
From: kiasoc5 <kiasoc5@disroot.org>
Date: Tue, 2 Aug 2022 23:37:44 -0400
Subject: [PATCH] gnu: ugrep: Update to 3.8.3.

* gnu/packages/search.scm (ugrep): Update to 3.8.3.
---
 gnu/packages/search.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 016142c7a9..db5579a708 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -672,14 +672,14 @@ (define (purge-term-support input output)
 (define-public ugrep
   (package
     (name "ugrep")
-    (version "3.7.9")
+    (version "3.8.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/Genivia/ugrep")
                     (commit (string-append "v" version))))
               (sha256
-               (base32 "0mj4da91r81drfl2nbgzl1krka6ksk7srjjvwgp55r6l265fk3b5"))
+               (base32 "03b3lahc3zzsznaqnrk47f1cnd5jwakvwrkz0r4m2crk09cpfv57"))
               (file-name (git-file-name name version))
               (modules '((guix build utils)))
               (snippet

base-commit: a956c7df87536717e4e04af11ae6d73dcb7a2ce7
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-08-05  4:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-04 20:37 [bug#56985] [PATCH] gnu: ugrep: Update to 3.8.3 kiasoc5 via Guix-patches via
2022-08-04 20:52 ` ( via Guix-patches via
2022-08-05  2:51   ` bug#56985: " 宋文武 via Guix-patches via
     [not found] ` <handler.56985.D56985.165966789727617.notifdone@debbugs.gnu.org>
2022-08-05  4:35   ` [bug#56985] closed (Re: bug#56985: [PATCH] gnu: ugrep: Update to 3.8.3.) kiasoc5 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).