me
/
guix
Archived
1
0
Fork 0

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>
master
Hilton Chain 2023-02-02 11:50:09 +08:00 committed by Leo Famulari
parent 1cc0f0efd4
commit 1a5f5694a7
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 0 deletions

View File

@ -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")