gnu: go-github-com-itchyny-gojq: Fix indentation.

* gnu/packages/web.scm (go-github-com-itchyny-gojq): Fix indentation.
[inputs]: Place after [arguments].

Change-Id: Ic397ffe4ff641a50738d3a4dacef411136bc2d6b
This commit is contained in:
Sharlatan Hellseher 2024-08-14 18:01:24 +01:00
parent d792bb30b6
commit c29add8c2e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5522,25 +5522,25 @@ (define-public go-github-com-itchyny-gojq
(name "go-github-com-itchyny-gojq") (name "go-github-com-itchyny-gojq")
(version "0.12.11") (version "0.12.11")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/itchyny/gojq") (url "https://github.com/itchyny/gojq")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1dqmnxnipi497nx9x10ifack09w41579svryss5q2w5wxy0pg764")))) (base32 "1dqmnxnipi497nx9x10ifack09w41579svryss5q2w5wxy0pg764"))))
(build-system go-build-system) (build-system go-build-system)
(arguments
(list
#:import-path "github.com/itchyny/gojq/cmd/gojq"
#:unpack-path "github.com/itchyny/gojq"))
(inputs (inputs
(list go-github-com-google-go-cmp (list go-github-com-google-go-cmp
go-github-com-itchyny-timefmt-go go-github-com-itchyny-timefmt-go
go-github-com-mattn-go-isatty go-github-com-mattn-go-isatty
go-github-com-mattn-go-runewidth go-github-com-mattn-go-runewidth
go-gopkg-in-yaml-v3)) go-gopkg-in-yaml-v3))
(arguments
(list
#:import-path "github.com/itchyny/gojq/cmd/gojq"
#:unpack-path "github.com/itchyny/gojq"))
(home-page "https://github.com/itchyny/gojq") (home-page "https://github.com/itchyny/gojq")
(synopsis "Pure Go implementation of jq") (synopsis "Pure Go implementation of jq")
(description (description