Message ID | 20220804203731.5c17c770@aria |
---|---|
State | Accepted |
Headers | show |
Series | [bug#56985] gnu: ugrep: Update to 3.8.3. | expand |
Context | Check | Description |
---|---|---|
cbaines/comparison | success | View comparision |
cbaines/git-branch | success | View Git branch |
cbaines/applying patch | success | View Laminar job |
cbaines/issue | success | View issue |
Could you do argument gexpifying here too, please? -- (
Hello, I had pushed the update, thank you! "(" <paren@disroot.org> writes: > Could you do argument gexpifying here too, please? > > -- ( Feel free to do it in another patch... Thanks!
On Fri, Aug 05 2022, 02:52:02 AM +0000 help-debbugs@gnu.org (GNU bug Tracking System) wrote: > Your bug report > > #56985: [PATCH] gnu: ugrep: Update to 3.8.3. > > which was filed against the guix-patches package, has been closed. > > The explanation is attached below, along with your original report. > If you require more details, please reply to 56985@debbugs.gnu.org. > Thanks, see #56995
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