guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: go-1.18: Update to 1.18.10.


From: guix-commits
Subject: 03/06: gnu: go-1.18: Update to 1.18.10.
Date: Fri, 3 Feb 2023 09:35:54 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 76e03a7e9868101116934f4706099eab99ab19af
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun Jan 29 13:34:10 2023 +0800

    gnu: go-1.18: Update to 1.18.10.
    
    * gnu/packages/golang.scm (go-1.18): Update to 1.18.10.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 93df6cb061..60b1f71a36 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -850,7 +850,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
   (package
     (inherit go-1.17)
     (name "go")
-    (version "1.18.6")
+    (version "1.18.10")
     (source
      (origin
        (method git-fetch)
@@ -860,7 +860,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1s2xwgd3mfbjdf7ls9gyj7n1lbqc4276qkr3znyq9694isj1ak20"))))))
+         "0ph3ajfq5q8j3nd91pfb25pm21aiphc58zf7fwis0h3a6nqbdyq9"))))))
 
 (define-public go-1.19
   (package



reply via email to

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