gnu: go-github-com-hjson-hjson-go: Update to 4.3.1.

* gnu/packages/golang.scm (go-github-com-hjson-hjson-go): Update to 4.3.1.

Change-Id: Iee2aef614686cbf79f388e2dd9435745d5502e2a
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Artyom V. Poptsov 2023-11-01 00:15:16 +03:00 committed by Christopher Baines
parent 66ff9c82a3
commit ada2152893
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -10826,7 +10826,7 @@ (define-public go-github-com-hashicorp-go-syslog
(define-public go-github-com-hjson-hjson-go (define-public go-github-com-hjson-hjson-go
(package (package
(name "go-github-com-hjson-hjson-go") (name "go-github-com-hjson-hjson-go")
(version "3.1.0") (version "4.3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -10836,7 +10836,7 @@ (define-public go-github-com-hjson-hjson-go
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1dfdiahimg6z9idg8jiqxwnlwjnmasbjccx8gnag49cz4yfqskaz")))) "138vmbnrwzxf64cia27k407clrydvs2jx927dlv6ziydiqyvy7m3"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/hjson/hjson-go")) '(#:import-path "github.com/hjson/hjson-go"))