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

commit 62fd88e75398d8e0000bc9c6ccc95e2e4cda25f4
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Feb 25 21:47:11 2025 +0000

    gnu: go-1.22: Update to 1.22.12.
    
    * gnu/packages/golang.scm (go-1.22): Update to 1.22.12.
    
    Change-Id: I86db365c09bf912339f9d8676048c5660f2e5a70
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 464bfa95dc..c311d750f7 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -973,7 +973,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.21)
     (name "go")
-    (version "1.22.11")
+    (version "1.22.12")
     (source
      (origin
        (method git-fetch)
@@ -982,7 +982,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
              (commit (string-append "go" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1gdiyifsp65wlnfqfmnbv6n1rh23jbr13l79xwla3gavm67scx02"))))
+        (base32 "0f0fr92z3l3szmxf3wvh20w1sqayvd927gawdp5d44cc44pd6c0n"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.21)
        ((#:phases phases)

Reply via email to