gnu: go-github-com-nats-io-nats-go: Update to 1.38.0.

* gnu/packages/golang-xyz.scm (go-github-com-nats-io-nats-go): Update to 1.38.0.
[arguments] <test-subdirs>: Limit to project's root tests.
[propagated-inputs]: Add go-google-golang-org-protobuf.
[native-inputs]: Add go-github-com-nats-io-jwt-v2.

Change-Id: I1fbce2dfab11b2b29f1f78db16ebecf0520724d9
This commit is contained in:
Sharlatan Hellseher 2024-12-26 14:52:47 +00:00
parent ffbf9aa7e0
commit e4c1411a64
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8225,7 +8225,7 @@ varints.")
(define-public go-github-com-nats-io-nats-go (define-public go-github-com-nats-io-nats-go
(package (package
(name "go-github-com-nats-io-nats-go") (name "go-github-com-nats-io-nats-go")
(version "1.32.0") (version "1.38.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -8234,15 +8234,22 @@ varints.")
(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 "08b3n5mdpxvn9hipz0j001bp5r67i43cqji9x9dyzikypqdfg38k")))) (base32 "1b21sxzds2x5a8b13hmf5n1pf1bf770ky7q12147gqq7vsw39fa1"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:import-path "github.com/nats-io/nats.go")) #:import-path "github.com/nats-io/nats.go"
(propagated-inputs (list go-golang-org-x-text ;; Most tests in "test" directory fail to set up, limit to project's
go-github-com-nats-io-nuid ;; root tests.
go-github-com-nats-io-nkeys #:test-subdirs #~(list ".")))
go-github-com-klauspost-compress)) (native-inputs
(list go-github-com-nats-io-jwt-v2))
(propagated-inputs
(list go-github-com-klauspost-compress
go-github-com-nats-io-nkeys
go-github-com-nats-io-nuid
go-golang-org-x-text
go-google-golang-org-protobuf)) ; for encoders
(home-page "https://github.com/nats-io/nats.go") (home-page "https://github.com/nats-io/nats.go")
(synopsis "Go Client for NATS server") (synopsis "Go Client for NATS server")
(description (description