guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 9a31232e725539b5287b0c32b57f2013d3451cc2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Feb 14 01:48:26 2026 +0000

    gnu: go-go-opentelemetry-io-otel: Update to 1.40.0.
    
    * gnu/packages/golang-web.scm (go-go-opentelemetry-io-otel): Update to 
1.40.0.
    [propagated-inputs]: Remove go-github-com-google-go-cmp; add
    go-github-com-cespare-xxhash-v2.
    [native-inputs]: Add go-github-com-google-go-cmp.
    
    Change-Id: Ib457b1e41c414db690bf94ec04b1a7a0a65b4164
---
 gnu/packages/golang-web.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 24fc52c8e6..cb14412149 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -16405,7 +16405,7 @@ Tracer implementation from the @code{OpenTracing} 
project.")
 (define-public go-go-opentelemetry-io-otel
   (package
     (name "go-go-opentelemetry-io-otel")
-    (version "1.37.0")
+    (version "1.40.0")
     (source
      (origin
        (method git-fetch)
@@ -16414,7 +16414,7 @@ Tracer implementation from the @code{OpenTracing} 
project.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1a0hrsln80i4x8x3mq2w79ivc3j446wwm0486ag7mpzzzya7bzh4"))
+        (base32 "0ag8103mf4j03lspi5rxk161iscbw1wkdk6ri9f746jia1w4qji8"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
@@ -16445,12 +16445,12 @@ Tracer implementation from the @code{OpenTracing} 
project.")
       ;; Error: Both arguments must be pointers.
       #:test-flags #~(list "-skip" "TestTraceProviderDelegatesSameInstance")))
     (native-inputs
-     (list go-github-com-stretchr-testify))
+     (list go-github-com-google-go-cmp
+           go-github-com-stretchr-testify))
     (propagated-inputs
-     (list go-github-com-go-logr-logr
+     (list go-github-com-cespare-xxhash-v2
+           go-github-com-go-logr-logr
            go-github-com-go-logr-stdr
-           go-github-com-google-go-cmp
-           ;; go-go-opentelemetry-io-collector-pdata
            go-go-opentelemetry-io-auto-sdk))
     (home-page "https://opentelemetry.io/";)
     (synopsis "OpenTelemetry implementation for Golang")

Reply via email to