guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch go-team updated: gnu: go-1.22: Update to 1.22.2.


From: guix-commits
Subject: branch go-team updated: gnu: go-1.22: Update to 1.22.2.
Date: Fri, 19 Apr 2024 12:21:59 -0400

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/go-team by this push:
     new 8dab3df952 gnu: go-1.22: Update to 1.22.2.
8dab3df952 is described below

commit 8dab3df9529387ec1459d5483ac9664969c52e78
Author: Brennan Vincent <brennan@umanwizard.com>
AuthorDate: Wed Apr 10 17:31:14 2024 -0400

    gnu: go-1.22: Update to 1.22.2.
    
    * gnu/packages/golang.scm (go-1.22): Update to 1.22.2.
    
    Change-Id: I2f30d9d851e97399be771e878a9158b56ff08e1b
    Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
 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 fd76af90d2..4ce6f5ea6b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -951,7 +951,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.21)
     (name "go")
-    (version "1.22.1")
+    (version "1.22.2")
     (source
      (origin
        (method git-fetch)
@@ -960,7 +960,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
              (commit (string-append "go" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01zz8n5c32vympr2l9jdg5pzn63d3z28p0d4q6wmd0pr2jd3l3wn"))))
+        (base32 "0p6v5dl4mzlrma6v1a26d8zr4csq5mm10d9sdhl3kn9d22vphql1"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.21)
        ((#:phases phases)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]