guix-commits
[Top][All Lists]
Advanced

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

18/172: gnu: go-1.23: Update to 1.23.1.


From: guix-commits
Subject: 18/172: gnu: go-1.23: Update to 1.23.1.
Date: Tue, 5 Nov 2024 16:04:48 -0500 (EST)

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

commit 322d496e2314447d33834d1e47dc0ee07f16847e
Author: Brennan Vincent <brennan@umanwizard.com>
AuthorDate: Tue Sep 10 13:25:18 2024 -0400

    gnu: go-1.23: Update to 1.23.1.
    
    * gnu/packages/golang.scm (go-1.23): Update to 1.23.1.
    
    Change-Id: I2f5c377ae8009facd899d1cd3d0f6e2fe89fcf14
    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 44301ea60d..971da2b8a3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -988,7 +988,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.22)
     (name "go")
-    (version "1.23.0")
+    (version "1.23.1")
     (source
      (origin
        (method git-fetch)
@@ -997,7 +997,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
              (commit (string-append "go" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0yq7fmha7x6fiah68mpx7cvffsd8a7z569cfq2dj5s66pbgzmji9"))))))
+        (base32 "0dx8mlmq0kh6b9h583nf6ijnm3p84rwanb4i1bwxd7lp67afk1v4"))))))
 
 ;;
 ;; Default Golang version used in guix/build-system/go.scm to build packages.



reply via email to

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