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

commit 1dd2f325ae7fb2141e80d076ac6b2eac1d6eecfb
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
AuthorDate: Mon Jun 2 09:00:18 2025 +0900

    gnu: go-golang-org-x-time: Update to 0.11.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-time): Update to 0.11.0.
    
    Change-Id: Id6c4c6320a13c8c4babf2641c8126fe15fcb8b3d
    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 ce8b7d6cb3..680a12ce7a 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1094,7 +1094,7 @@ processing.")
 (define-public go-golang-org-x-time
   (package
     (name "go-golang-org-x-time")
-    (version "0.8.0")
+    (version "0.11.0")
     (source
      (origin
        (method git-fetch)
@@ -1103,7 +1103,7 @@ processing.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1m2xfgq3a6y1xckl0al9n03il927z3rp2a8fvb8369035d3al3qh"))))
+        (base32 "1bqgxv7b3n69h4mi4hwr51pfr1hr6s1h6k7nb3dl32dryy7xwr12"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to