[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch go-team updated: gnu: go-1.22: Update to 1.22.5.
From: |
guix-commits |
Subject: |
branch go-team updated: gnu: go-1.22: Update to 1.22.5. |
Date: |
Sun, 28 Jul 2024 18:27:01 -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 9a4cd495a4 gnu: go-1.22: Update to 1.22.5.
9a4cd495a4 is described below
commit 9a4cd495a428ddf90eeafcaea883af80350574d5
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jul 28 23:26:30 2024 +0100
gnu: go-1.22: Update to 1.22.5.
* gnu/packages/golang.scm (go-1.22): Update to 1.22.5.
Change-Id: I636a6c87ab3bec3a399bbd95d6a57610f5cdb4df
---
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 ec5a1421d0..50ac5328c6 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.2")
+ (version "1.22.5")
(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 "0p6v5dl4mzlrma6v1a26d8zr4csq5mm10d9sdhl3kn9d22vphql1"))))
+ (base32 "1ahcxhyfr4wa4yahpl1jzdr1pizp5xpa6cy96jz649zsp21640d9"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.21)
((#:phases phases)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch go-team updated: gnu: go-1.22: Update to 1.22.5.,
guix-commits <=