summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 23:44:12 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 23:44:17 +0100
commit0b21013661e495abda25a183a11b5f3a49cefc29 (patch)
tree42798814920a8c361813ada4d7bb94abd58c7654 /gnu/packages/golang-web.scm
parent294d3c1155b3a1c78251c0a4fbf42efde01573cf (diff)
gnu: go-github-com-grpc-ecosystem-go-grpc-middleware-v2: Update to 2.3.4.
* gnu/packages/golang-web.scm (go-github-com-grpc-ecosystem-go-grpc-middleware-v2): Update to 2.3.4. [arguments] <#:tests?>: Run tests. [propagated-inputs]: Add go-golang-org-x-net, go-golang-org-x-oauth2, go-google-golang-org-grpc, and go-google-golang-org-protobuf. [native-inputs]: Add go-buf-build-gen-go-bufbuild-protovalidate-protocolbuffers-go, go-buf-build-go-protovalidate, and go-github-com-stretchr-testify.
Diffstat (limited to 'gnu/packages/golang-web.scm')
-rw-r--r--gnu/packages/golang-web.scm23
1 files changed, 12 insertions, 11 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 77c98e568d2..ffa3562b05b 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -10856,7 +10856,7 @@ for gRPC Go servers and clients.")
10856 (package 10856 (package
10857 (inherit go-github-com-grpc-ecosystem-go-grpc-middleware) 10857 (inherit go-github-com-grpc-ecosystem-go-grpc-middleware)
10858 (name "go-github-com-grpc-ecosystem-go-grpc-middleware-v2") 10858 (name "go-github-com-grpc-ecosystem-go-grpc-middleware-v2")
10859 (version "2.3.3") 10859 (version "2.3.4")
10860 (source 10860 (source
10861 (origin 10861 (origin
10862 (method git-fetch) 10862 (method git-fetch)
@@ -10865,7 +10865,7 @@ for gRPC Go servers and clients.")
10865 (commit (string-append "v" version)))) 10865 (commit (string-append "v" version))))
10866 (file-name (git-file-name name version)) 10866 (file-name (git-file-name name version))
10867 (sha256 10867 (sha256
10868 (base32 "0qbh34r44sfw9s05kdipmz49fcgvlpnns20d0lbwvw9g3qwa095r")) 10868 (base32 "1z24d57s20a39ydxfw2s5nrw7q9yh01989wa3hp1pl102khm7jgj"))
10869 (modules '((guix build utils))) 10869 (modules '((guix build utils)))
10870 (snippet 10870 (snippet
10871 #~(begin 10871 #~(begin
@@ -10878,15 +10878,16 @@ for gRPC Go servers and clients.")
10878 (arguments 10878 (arguments
10879 (list 10879 (list
10880 #:import-path "github.com/grpc-ecosystem/go-grpc-middleware/v2" 10880 #:import-path "github.com/grpc-ecosystem/go-grpc-middleware/v2"
10881 ;; Tests from files: 10881 #:embed-files #~(list "authoring.tmpl")))
10882 ;; * github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/protovalidate 10882 (native-inputs
10883 ;; * github.com/grpc-ecosystem/go-grpc-middleware/v2/testing/ 10883 (list go-buf-build-gen-go-bufbuild-protovalidate-protocolbuffers-go
10884 ;; testvalidate/v1/test_validate.pb.go 10884 go-buf-build-go-protovalidate
10885 ;; require: 10885 go-github-com-stretchr-testify))
10886 ;; * buf.build/go/protovalidate 10886 (propagated-inputs
10887 ;; * buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go/buf/validate 10887 (list go-golang-org-x-net
10888 ;; which require others unpackages Go libraries. All other tests pass. 10888 go-golang-org-x-oauth2
10889 #:tests? #f)))) 10889 go-google-golang-org-grpc
10890 go-google-golang-org-protobuf))))
10890 10891
10891(define-public go-github-com-grpc-ecosystem-grpc-gateway-v2 10892(define-public go-github-com-grpc-ecosystem-grpc-gateway-v2
10892 (package 10893 (package