From 943f74e11fe2b2624543c863d5f73abf6f65fe07 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 8 Sep 2025 22:00:28 +0100 Subject: [PATCH] gnu: fq: Update to 0.15.1. * gnu/packages/hexedit.scm (fq): Update to 0.15.1. [arguments] : As it's a final excecutible, do not install source. Change-Id: I5ce77346506a79a304a0b1b1bb8eda6eed3bbf7c --- gnu/packages/hexedit.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/hexedit.scm b/gnu/packages/hexedit.scm index 42f33985379f92267c07cdc58836ec2c47b083b2..8de0305d6f76ea4cfd61d95fd4cd998280ecb45b 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