gnu: go-github-com-zclconf-go-cty: Update to 1.16.0.

* gnu/packages/golang.scm (go-github-com-zclconf-go-cty): Update to 1.16.0.
[arguments] <skip-build?>: As no go files in project's root.
<import-path>: Adjust to the project's root.
<unpack-path>: Remove it.
[propagated-inputs]: Remove go-github-com-vmihailenco-msgpack-v4 and
go-github-com-apparentlymart-go-textseg-v13; add
go-github-com-apparentlymart-go-textseg-v15 and
go-github-com-vmihailenco-msgpack-v5.

Change-Id: I1511603cc0365d66df806305086bc28c04fec593
This commit is contained in:
Sharlatan Hellseher 2025-01-07 14:30:20 +00:00
parent e05b1cf08a
commit eba0653067
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3602,7 +3602,7 @@ (define-public go-github-com-zalando-go-keyring
(define-public go-github-com-zclconf-go-cty
(package
(name "go-github-com-zclconf-go-cty")
(version "1.10.0")
(version "1.16.0")
(source
(origin
(method git-fetch)
@ -3611,17 +3611,18 @@ (define-public go-github-com-zclconf-go-cty
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0f9a6vy45gcx5pg5bnfs63manaqw80h7xzvmj3b80af38304zr71"))))
(base32 "0rvvs9rplvh9gv90lsvwgw203ysz47qksw1xz3whhdvhn7ns8s8f"))))
(build-system go-build-system)
(arguments
'(#:unpack-path "github.com/zclconf/go-cty"
#:import-path "github.com/zclconf/go-cty/cty"))
(list
#:skip-build? #t
#:import-path "github.com/zclconf/go-cty"))
(native-inputs
(list go-github-com-google-go-cmp))
(propagated-inputs
(list go-golang-org-x-text
go-github-com-vmihailenco-msgpack-v4
go-github-com-apparentlymart-go-textseg-v13))
(list go-github-com-apparentlymart-go-textseg-v15
go-github-com-vmihailenco-msgpack-v5
go-golang-org-x-text))
(home-page "https://github.com/zclconf/go-cty")
(synopsis "Type system for dynamic values in Go applications")
(description