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

commit c8e851fb3f77893bea350362a599df188faf3ee9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Oct 10 12:44:49 2025 +0100

    gnu: go-golang-org-x-time: Update to 0.14.0.
    
    * gnu/packages/golang-build.scm (go-golang-org-x-time): Update to 0.14.0.
    
    Change-Id: I921867bf95484513d401b05d7364916a49627872
---
 gnu/packages/golang-build.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 0f6fe56868..54d15ed76d 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -1217,16 +1217,16 @@ processing.")
 (define-public go-golang-org-x-time
   (package
     (name "go-golang-org-x-time")
-    (version "0.11.0")
+    (version "0.14.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://go.googlesource.com/time";)
-             (commit (string-append "v" version))))
+              (url "https://go.googlesource.com/time";)
+              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1bqgxv7b3n69h4mi4hwr51pfr1hr6s1h6k7nb3dl32dryy7xwr12"))))
+        (base32 "0xinpch5wm57hrf3d8iasxyszibqclsr911l7527al4y92myjn3x"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to