From 3a76c7ce6981be4143ee9297a0d1c2a665b932e8 Mon Sep 17 00:00:00 2001 From: Rodion Goritskov Date: Sat, 29 Jun 2024 22:31:39 +0400 Subject: go: Remove 1.22, as it is now upstream --- rodion/packages/go.scm | 28 ---------------------------- 1 file changed, 28 deletions(-) (limited to 'rodion/packages/go.scm') diff --git a/rodion/packages/go.scm b/rodion/packages/go.scm index dcb4e16..dbe690a 100644 --- a/rodion/packages/go.scm +++ b/rodion/packages/go.scm @@ -45,31 +45,6 @@ #:use-module (ice-9 match) #:use-module (srfi srfi-1)) -(define-public go-1.22 - (package - (inherit go-1.21) - (name "go") - (version "1.22.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/golang/go") - (commit (string-append "go" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "01zz8n5c32vympr2l9jdg5pzn63d3z28p0d4q6wmd0pr2jd3l3wn")))) - (arguments - (substitute-keyword-arguments (package-arguments go-1.21) - ((#:phases phases) - #~(modify-phases #$phases - (delete 'unpatch-perl-shebangs))))) - (native-inputs - ;; Go 1.22 requires Go 1.20 or later as the bootstrap toolchain. - (alist-replace "go" - (list go-1.21) - (package-native-inputs go-1.21))))) - (define-public go-github-com-andybalholm-brotli-new (package (name "go-github-com-andybalholm-brotli-new") @@ -96,9 +71,6 @@ the @code{c2go} tool at @url{https://github.com/andybalholm/c2go,https://github.com/andybalholm/c2go}.") (license license:expat))) - -(define-public go-std-1.22 (make-go-std go-1.22)) - (define-public go-github-com-x448-float16 (package (name "go-github-com-x448-float16") -- cgit v1.2.3