guix-commits
[Top][All Lists]
Advanced

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

171/172: gnu: go-1.22: Update to 1.22.7.


From: guix-commits
Subject: 171/172: gnu: go-1.22: Update to 1.22.7.
Date: Sat, 9 Nov 2024 16:45:15 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 2336caaaaff4031d30ffa02010c443b41510deac
Author: Brennan Vincent <brennan@umanwizard.com>
AuthorDate: Sun Sep 29 14:41:05 2024 -0400

    gnu: go-1.22: Update to 1.22.7.
    
    * gnu/packages/golang.scm (go-1.22): Update to 1.22.7.
    
    Change-Id: I67fbb1c630a08cfb29f2230a600bf3a24e2c8486
    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 5ac739ddd8..7f5982cc06 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -955,7 +955,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.21)
     (name "go")
-    (version "1.22.6")
+    (version "1.22.7")
     (source
      (origin
        (method git-fetch)
@@ -964,7 +964,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
              (commit (string-append "go" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rjplx7wa6p2c19grx6hhkhn16mmbib5cwmhz9k8ywymlbmhhsyd"))))
+        (base32 "0m1idhhifhpjf6n56pca4wg6cyripdzmyl0jswdiy0kiqvs3whqb"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.21)
        ((#:phases phases)



reply via email to

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