GNU bug report logs -
#71349
[PATCH] gnu: ugrep: Update to 6.1.0.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Mon, 3 Jun 2024 19:54:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 06 Jun 2024 20:54:15 +0100
with message-id <87wmn1c0ew.fsf <at> cbaines.net>
and subject line Re: [bug#71349] [PATCH] gnu: ugrep: Update to 6.1.0.
has caused the debbugs.gnu.org bug report #71349,
regarding [PATCH] gnu: ugrep: Update to 6.1.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
71349: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71349
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/search.scm (ugrep): Update to 6.1.0.
[source] also delete shipped linux binaries.
Change-Id: I13aa90578d8f618a0a9c2c67c59c41e8e219660f
---
gnu/packages/search.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index e8caf803cd..75e3252f02 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -737,20 +737,22 @@ (define-public xapers
(define-public ugrep
(package
(name "ugrep")
- (version "6.0.0")
+ (version "6.1.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "07lqjvyvda11d8xk1cmwwyx41w6l423jghcf21fnp4hrkrcsd5cd"))
+ (base32 "01zgvwhawz1sv3sib31jgbs5q27yc4kqmhz3v9l1zbqkkhwxsvqy"))
(file-name (git-file-name name version))
(modules '((guix build utils)))
(snippet
#~(begin
(delete-file-recursively "bin/win32") ; pre-built
(delete-file-recursively "bin/win64") ; pre-built
+ (delete-file-recursively "bin/linux_amd64") ; pre-built
+ (delete-file-recursively "bin/linux_arm64") ; pre-built
(for-each (lambda (regexp)
(for-each delete-file
(find-files "tests" regexp)))
base-commit: 2f56845b3332d4aeff7badd64989bea75d20b403
--
2.45.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
"ashish.is--- via Guix-patches" via <guix-patches <at> gnu.org> writes:
> From: Ashish SHUKLA <ashish.is <at> lostca.se>
>
> * gnu/packages/search.scm (ugrep): Update to 6.1.0.
> [source] also delete shipped linux binaries.
>
> Change-Id: I13aa90578d8f618a0a9c2c67c59c41e8e219660f
> ---
> gnu/packages/search.scm | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
Thanks for the patch, I've pushed this to master as
6eb07c78a909be30c4643a794ec0df6e9b56daeb.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 1 year and 40 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.