lfam pushed a commit to branch wip-go-updates
in repository guix.

commit 251ae0b8e24b99ae0e60a50af73c15d0df38f3ad
Author: Leo Famulari <[email protected]>
AuthorDate: Mon Mar 6 11:36:23 2023 -0500

    gnu: Go 1.19: Update to 1.19.6.
---
 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 dc459eb38d..653c1c26a4 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -857,7 +857,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.18)
     (name "go")
-    (version "1.19.5")
+    (version "1.19.6")
     (source
      (origin
        (method git-fetch)
@@ -867,7 +867,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0ah4l01h8qj0vj9668bdgr5m69fq16dz1fjlj332vhysxc6bkc27"))))
+         "1dmvij65nx9ha30jih04jckw2883wk1acsy40p5fwml7ffgihj74"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.18)
        ((#:phases phases)

Reply via email to