summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-08 22:00:28 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-08 23:02:37 +0100
commit943f74e11fe2b2624543c863d5f73abf6f65fe07 (patch)
tree230d23f4ec42910833dd4eef46f4e81b9293642c /gnu
parentc7bf8ac568832ee8bcead6d6be29bcbc5fa30e1d (diff)
gnu: fq: Update to 0.15.1.
* gnu/packages/hexedit.scm (fq): Update to 0.15.1. [arguments] <install-source?>: As it's a final excecutible, do not install source. Change-Id: I5ce77346506a79a304a0b1b1bb8eda6eed3bbf7c
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/hexedit.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/hexedit.scm b/gnu/packages/hexedit.scm
index 42f33985379..8de0305d6f7 100644
--- a/gnu/packages/hexedit.scm
+++ b/gnu/packages/hexedit.scm
@@ -101,19 +101,20 @@ the file and search through it.")
(define-public fq
(package
(name "fq")
- (version "0.15.0")
+ (version "0.15.1")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/wader/fq")
- (commit (string-append "v" version))))
+ (url "https://github.com/wader/fq")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1c90z44z5i62xzx6h4xwk8lzkx0gb1cgs25rb5rrcmc7diwm697z"))))
+ (base32 "0adi7d028f3nblvclq8qfnnzp7b52gc8x8zjb1j93x4alj0sw1gc"))))
(build-system go-build-system)
(arguments
(list
+ #:install-source? #f
#:import-path "github.com/wader/fq"))
(native-inputs
(list go-github-com-burntsushi-toml