GNU bug report logs -
#72031
[PATCH v2] gnu: ugrep: Update to 6.3.0.
Previous Next
Reported by: ashish.is <at> lostca.se
Date: Wed, 10 Jul 2024 09:07:02 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 bug report
#72031: [PATCH v2] gnu: ugrep: Update to 6.3.0.
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 72031 <at> debbugs.gnu.org.
--
72031: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72031
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (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.3.0.
> [source] Purge absent linux binaries. [inputs] Add
> dependency on brotli for brotli support.
>
> Change-Id: If1dc15b5f554079a5bc084501683bd6c5b5926d2
> ---
> gnu/packages/search.scm | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
Thanks for the patch, I've pushed this to master as
8f02f6e8c903b543d01b84127f5ee53d2cebdc1d.
Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Ashish SHUKLA <ashish.is <at> lostca.se>
* gnu/packages/search.scm (ugrep): Update to 6.2.0.
[source] linux binaries are not present anymore.
[inputs] add dependency on brotli for brotli support.
Change-Id: I81f14ab4792d7939bd5a8e5b1e9c2fbb954988ab
---
gnu/packages/search.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index 75e3252f02..928068b774 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -737,22 +737,20 @@ (define-public xapers
(define-public ugrep
(package
(name "ugrep")
- (version "6.1.0")
+ (version "6.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/Genivia/ugrep")
(commit (string-append "v" version))))
(sha256
- (base32 "01zgvwhawz1sv3sib31jgbs5q27yc4kqmhz3v9l1zbqkkhwxsvqy"))
+ (base32 "1j3cz6y1rqz64604afk7fa00yqmwjpgmnd7gsaa4x3kgldqfdlr2"))
(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)))
@@ -765,6 +763,7 @@ (define-public ugrep
lzip ;; lzma
pcre2
zlib
+ brotli
`(,zstd "lib")))
(arguments
(list
base-commit: 71694363f6cc79e44955acbd9f7ca108e658caca
--
2.45.2
This bug report was last modified 292 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.