gnu: go-github-com-nwidger-jsoncolor: Update to 0.3.2.

* gnu/packages/golang-xyz.scm (go-github-com-nwidger-jsoncolor): Update to 0.3.2.

Change-Id: I383cac02ee98ae72f69179bdb7653e252891de6b
This commit is contained in:
Sharlatan Hellseher 2025-09-08 23:14:35 +01:00
parent 063026216b
commit 9ee7fe20c9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -15368,7 +15368,7 @@ NSQ protocol @url{https://nsq.io/}.")
(define-public go-github-com-nwidger-jsoncolor (define-public go-github-com-nwidger-jsoncolor
(package (package
(name "go-github-com-nwidger-jsoncolor") (name "go-github-com-nwidger-jsoncolor")
(version "0.3.0") (version "0.3.2")
(home-page "https://github.com/nwidger/jsoncolor") (home-page "https://github.com/nwidger/jsoncolor")
(source (source
(origin (origin
@ -15378,7 +15378,7 @@ NSQ protocol @url{https://nsq.io/}.")
(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 "13rd146pnj7qm70r1333gyd1f61x40nafxlpvdxlci9h7mx8c5p8")))) (base32 "0rxb6r40c9jjbvzwfnwc3la53acnizkdsgca8p512s4by180zg49"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/nwidger/jsoncolor")) `(#:import-path "github.com/nwidger/jsoncolor"))