gnu: go-github-com-itchyny-gojq: Update to 0.12.11.
* gnu/packages/web.scm (go-github-com-itchyny-gojq): Update to 0.12.11.
This commit is contained in:
parent
92b6f227a0
commit
35955bafc5
1 changed files with 2 additions and 2 deletions
|
@ -4927,7 +4927,7 @@ time strings.")
|
||||||
(define-public go-github-com-itchyny-gojq
|
(define-public go-github-com-itchyny-gojq
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-itchyny-gojq")
|
(name "go-github-com-itchyny-gojq")
|
||||||
(version "0.12.9")
|
(version "0.12.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4936,7 +4936,7 @@ time strings.")
|
||||||
(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 "1m4zchhhi2428r1v0qz08drac4s63mag1pwcqzsf6n495yc3g0h0"))))
|
(base32 "1dqmnxnipi497nx9x10ifack09w41579svryss5q2w5wxy0pg764"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list go-github-com-google-go-cmp-cmp
|
(list go-github-com-google-go-cmp-cmp
|
||||||
|
|
Reference in a new issue