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

commit 338d20d92b3a57ebf1daa918256bc003320f175f
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
AuthorDate: Mon Jun 2 09:00:17 2025 +0900

    gnu: go-golang-org-x-telemetry-config: Update to 0.48.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-telemetry-config): Update 
to 0.48.0.
    
    Change-Id: I9433b2aac8b1e7d37256cf3259a589514ed138d5
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 gnu/packages/golang-build.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index ebaea07862..3e38cdc81b 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -980,7 +980,7 @@ Go toolchain programs with opt-in telemetry.")
 (define-public go-golang-org-x-telemetry-config
   (package
     (name "go-golang-org-x-telemetry-config")
-    (version "0.36.0")
+    (version "0.48.0")
     (source
      (origin
        (method git-fetch)
@@ -990,7 +990,7 @@ Go toolchain programs with opt-in telemetry.")
                                           #:subdir "config"))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1nib4d3p1zknd8m0grkylpd3qfknnw7cffv2v1l4sq0rf30gi04m"))))
+        (base32 "0lzybsdibr71y6n3x8qh37yh9vfwdmmdb6vksqimg4ayys373q7x"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to