gnu: go-github-com-hashicorp-hcl: Update to 1.0.0.

* gnu/packages/golang:
  Use the latest tag for HCL V1 instead of commit
  [native-inputs]: add go-github-com-davecgh-go-spew

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Sharlatan Hellseher 2021-12-12 01:02:38 +00:00 committed by Ludovic Courtès
parent bd43300c65
commit 9765768950
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2369,31 +2369,31 @@ (define-public go-github-com-tj-docopt
(license license:expat))) (license license:expat)))
(define-public go-github-com-hashicorp-hcl (define-public go-github-com-hashicorp-hcl
(let ((commit "23c074d0eceb2b8a5bfdbb271ab780cde70f05a8") (package
(revision "0")) (name "go-github-com-hashicorp-hcl")
(package (version "1.0.0")
(name "go-github-com-hashicorp-hcl") (source
(version (git-version "0.0.0" revision commit)) (origin
(source (origin (method git-fetch)
(method git-fetch) (uri (git-reference
(uri (git-reference (url "https://github.com/hashicorp/hcl")
(url "https://github.com/hashicorp/hcl") (commit (string-append "v" version))))
(commit commit))) (file-name (git-file-name name version))
(file-name (git-file-name name version)) (sha256
(sha256 (base32
(base32 "0q6ml0qqs0yil76mpn4mdx4lp94id8vbv575qm60jzl1ijcl5i66"))))
"0db4lpqb5m130rmfy3s3gjjf4dxllypmyrzxv6ggqhkmwmc7w4mc")))) (build-system go-build-system)
(build-system go-build-system) (arguments
(arguments '(#:import-path "github.com/hashicorp/hcl"))
'(#:tests? #f (native-inputs
#:import-path "github.com/hashicorp/hcl")) (list go-github-com-davecgh-go-spew))
(synopsis "Go implementation of HashiCorp Configuration Language") (synopsis "Go implementation of HashiCorp Configuration Language V1")
(description (description
"This package contains the main implementation of the @acronym{HCL, "This package contains the main implementation of the @acronym{HCL,
HashiCorp Configuration Language}. HCL is designed to be a language for HashiCorp Configuration Language}. HCL is designed to be a language for
expressing configuration which is easy for both humans and machines to read.") expressing configuration which is easy for both humans and machines to read.")
(home-page "https://github.com/hashicorp/hcl") (home-page "https://github.com/hashicorp/hcl")
(license license:mpl2.0)))) (license license:mpl2.0)))
(define-public go-golang-org-x-tools (define-public go-golang-org-x-tools
(let ((commit "8b927904ee0dec805c89aaf9172f4459296ed6e8") (let ((commit "8b927904ee0dec805c89aaf9172f4459296ed6e8")