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.1.


From: guix-commits
Subject: branch go-team updated: gnu: go-1.22: Update to 1.22.1.
Date: Thu, 21 Mar 2024 06:02:45 -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 106bdb0c43 gnu: go-1.22: Update to 1.22.1.
106bdb0c43 is described below

commit 106bdb0c43574b4bacc400d971bfaf1028d98fdf
Author: Brennan Vincent <brennan@umanwizard.com>
AuthorDate: Sun Mar 17 14:19:25 2024 +0100

    gnu: go-1.22: Update to 1.22.1.
    
    * gnu/packages/golang.scm (go-1.22): Update to 1.22.1.
    
    Change-Id: I4c007f43448b391dfa53c932b6adf8622efc9e43
    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 26531444bb..fd76af90d2 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.0")
+    (version "1.22.1")
     (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 "00j6sn2zysk5pdzxw1wfdi31wggzw1h1026ah3x3mi85dwsijhjs"))))
+        (base32 "01zz8n5c32vympr2l9jdg5pzn63d3z28p0d4q6wmd0pr2jd3l3wn"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.21)
        ((#:phases phases)



reply via email to

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