diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-28 14:09:23 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-28 14:09:23 +0000 |
| commit | 5deb680587313e5f2e3589cc1fd77b24cf9e9024 (patch) | |
| tree | 3c69f3bbe1bfc65f27b7fcf49010bd047ff812d0 /gnu/packages | |
| parent | fe76b5b570cb730e05c73a0d05bc9997b76360b6 (diff) | |
gnu: fq: Update to 0.17.0.
* gnu/packages/hexedit.scm (fq): Update to 0.17.0.
Change-Id: Id519f794ea654ea188d08eba3dd7a2da0be93009
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/hexedit.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/hexedit.scm b/gnu/packages/hexedit.scm index 86041b04680..8f06eb2ed25 100644 --- a/gnu/packages/hexedit.scm +++ b/gnu/packages/hexedit.scm @@ -102,7 +102,7 @@ the file and search through it.") (define-public fq (package (name "fq") - (version "0.16.0") + (version "0.17.0") (source (origin (method git-fetch) @@ -111,7 +111,7 @@ the file and search through it.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0pvvqax5cy024gmadps2giswhmli814qxhki45c1vl5krafk6vvg")))) + (base32 "1i1xdfmra57vx1a79ww5x1rvxhvvc76xcckmnzm9m1dxxaz98sxc")))) (build-system go-build-system) (arguments (list |
