guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: Add the Go standard library 1.20.


From: guix-commits
Subject: 02/02: gnu: Add the Go standard library 1.20.
Date: Thu, 9 Feb 2023 08:28:31 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 1a5f5694a7cd4bb19e9de27266e06b80d33d95cd
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Feb 2 11:50:09 2023 +0800

    gnu: Add the Go standard library 1.20.
    
    * gnu/packages/golang.scm (go-std-1.20): New variable.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/golang.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d4f79eb50b..1f89ce0609 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -950,6 +950,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
 (define-public go-std-1.17 (make-go-std go-1.17))
 (define-public go-std-1.18 (make-go-std go-1.18))
 (define-public go-std-1.19 (make-go-std go-1.19))
+(define-public go-std-1.20 (make-go-std go-1.20))
 
 (define-public go-0xacab-org-leap-shapeshifter
   (let ((commit "0aa6226582efb8e563540ec1d3c5cfcd19200474")



reply via email to

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