guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: Add the Go standard library 1.21.


From: guix-commits
Subject: 03/04: gnu: Add the Go standard library 1.21.
Date: Sun, 31 Dec 2023 15:40:00 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit c314115dd054c000116dfc4a75df8e1a5e56e715
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Sun Dec 31 15:35:17 2023 -0500

    gnu: Add the Go standard library 1.21.
    
    * gnu/packages/golang.scm (go-std-1.21): New variable.
    
    Co-authored-by: VÖRÖSKŐI András <voroskoi@gmail.com>
    Change-Id: I8f26611fc5a9398d915e74d3e55a0f0310b27133
---
 gnu/packages/golang.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index fc298cd6c5..0e8828072b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1147,6 +1147,7 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
 (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-std-1.21 (make-go-std go-1.21))
 
 (define-public go-0xacab-org-leap-shapeshifter
   (let ((commit "0aa6226582efb8e563540ec1d3c5cfcd19200474")



reply via email to

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