mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (define-public go-github-com-itchyny-timefmt-go
|
|||
(define-public go-github-com-itchyny-gojq
|
||||
(package
|
||||
(name "go-github-com-itchyny-gojq")
|
||||
(version "0.12.9")
|
||||
(version "0.12.11")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4936,7 +4936,7 @@ (define-public go-github-com-itchyny-gojq
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1m4zchhhi2428r1v0qz08drac4s63mag1pwcqzsf6n495yc3g0h0"))))
|
||||
(base32 "1dqmnxnipi497nx9x10ifack09w41579svryss5q2w5wxy0pg764"))))
|
||||
(build-system go-build-system)
|
||||
(inputs
|
||||
(list go-github-com-google-go-cmp-cmp
|
||||
|
|
Loading…
Reference in a new issue