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 6c79dc4548
commit e7cf74a4d4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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