summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-12 18:38:05 +0100
committerAndreas Enge <andreas@enge.fr>2025-07-26 19:55:47 +0200
commit3f2254383ef24e15356fff946eb4b2f256868aaa (patch)
tree9d41839e32e1857a98030bdec50b73d1c1220d3e /gnu/packages/golang-xyz.scm
parent3505a79980cdff038dcea5870afae13d962a056b (diff)
gnu: go-github-com-hashicorp-hcl-v2: Update to 2.23.0.
* gnu/packages/golang-xyz.scm (go-github-com-hashicorp-hcl-v2): Update to 2.23.0. [arguments] <go>: Use go-1.23. [inputs]: Remove go-github-com-agext-levenshtein, go-github-com-apparentlymart-go-textseg-v13, go-github-com-mitchellh-go-wordwrap, and go-github-com-zclconf-go-cty. [propagated-inputs]: Add go-github-com-agext-levenshtein, go-github-com-apparentlymart-go-textseg-v13, go-github-com-mitchellh-go-wordwrap, go-github-com-zclconf-go-cty, and go-golang-org-x-tools. [native-inputs]: Remove go-github-com-apparentlymart-go-dump, go-github-com-kr-pretty, go-github-com-kylelemons-godebug, go-github-com-sergi-go-diff, and go-golang-org-x-crypto. Change-Id: I8b46eef4c7a52b994f787195499efe9c574e427c
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm19
1 files changed, 8 insertions, 11 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 31fc382897..1756eb9acd 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -9193,7 +9193,7 @@ expressing configuration which is easy for both humans and machines to read.")
(define-public go-github-com-hashicorp-hcl-v2
(package
(name "go-github-com-hashicorp-hcl-v2")
- (version "2.11.1")
+ (version "2.23.0")
(source
(origin
(method git-fetch)
@@ -9202,10 +9202,11 @@ expressing configuration which is easy for both humans and machines to read.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0f9flmmkj7fr1337fc56cqy73faq87ix375hnz3id4wc023przv1"))))
+ (base32 "0y457prckv5pdglxxc61fcslmswm35c6swwgcrdvfmjgw286y56i"))))
(build-system go-build-system)
(arguments
(list
+ #:go go-1.23
#:import-path "github.com/hashicorp/hcl/v2"
#:test-flags
#~(list "-skip"
@@ -9215,20 +9216,16 @@ expressing configuration which is easy for both humans and machines to read.")
"TestFunctionCallExprValue/valid_call_with_dynamic_arg")
"|"))))
(native-inputs
- (list go-github-com-apparentlymart-go-dump
- go-github-com-davecgh-go-spew
+ (list go-github-com-davecgh-go-spew
go-github-com-go-test-deep
- go-github-com-kr-pretty
- go-github-com-kylelemons-godebug
- go-github-com-sergi-go-diff
go-github-com-spf13-pflag
- go-github-com-zclconf-go-cty-debug
- go-golang-org-x-crypto))
- (inputs
+ go-github-com-zclconf-go-cty-debug))
+ (propagated-inputs
(list go-github-com-agext-levenshtein
go-github-com-apparentlymart-go-textseg-v13
go-github-com-mitchellh-go-wordwrap
- go-github-com-zclconf-go-cty))
+ go-github-com-zclconf-go-cty
+ go-golang-org-x-tools))
(synopsis "Go implementation of HashiCorp Configuration Language V2")
(description
"This package contains the main implementation of the @acronym{HCL,