gnu: go-github-com-aws-smithy-go: Move to (gnu packages golang-web).

* gnu/packages/golang.scm (go-github-com-aws-smithy-go): Move from
here...
* gnu/packages/golang-web.scm: ...to here.

Change-Id: I3a4731ae27cc7365c1704cf5a9eab56ca79974a4
This commit is contained in:
Sharlatan Hellseher 2023-11-29 22:35:21 +00:00 committed by Maxim Cournoyer
parent a8378baeb0
commit 59be3604e3
No known key found for this signature in database
GPG key ID: 1260E46482E63562
2 changed files with 24 additions and 24 deletions

View file

@ -104,6 +104,30 @@ (define-public go-github-com-aws-sdk
"This is the official AWS SDK for the Go programming language.")
(license license:asl2.0)))
(define-public go-github-com-aws-smithy-go
(package
(name "go-github-com-aws-smithy-go")
(version "1.13.5")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/aws/smithy-go")
(commit "v1.13.5")))
(file-name (git-file-name name version))
(sha256
(base32 "1rgyk0m2d3agknnlzjqvac1a61wwdq1pbck7vyl587m38n5zi2cz"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/aws/smithy-go"))
(propagated-inputs
(list go-github-com-jmespath-go-jmespath go-github-com-google-go-cmp-cmp))
(home-page "https://github.com/aws/smithy-go")
(synopsis "Smithy code generators for Go")
(description
"Package smithy provides the core components for a Smithy SDK.")
(license license:asl2.0)))
(define-public go-github-com-aymerick-douceur
(package
(name "go-github-com-aymerick-douceur")

View file

@ -11436,30 +11436,6 @@ (define-public go-github-com-dvsekhvalnov-jose2go
(home-page "https://github.com/dvsekhvalnov/jose2go")
(license license:expat)))
(define-public go-github-com-aws-smithy-go
(package
(name "go-github-com-aws-smithy-go")
(version "1.13.5")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/aws/smithy-go")
(commit "v1.13.5")))
(file-name (git-file-name name version))
(sha256
(base32
"1rgyk0m2d3agknnlzjqvac1a61wwdq1pbck7vyl587m38n5zi2cz"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/aws/smithy-go"))
(propagated-inputs
(list go-github-com-jmespath-go-jmespath go-github-com-google-go-cmp-cmp))
(home-page "https://github.com/aws/smithy-go")
(synopsis "Smithy code generators for Go")
(description
"Package smithy provides the core components for a Smithy SDK.")
(license license:asl2.0)))
(define-public go-github-com-aws-aws-sdk-go-v2
(package
(name "go-github-com-aws-aws-sdk-go-v2")