rosenthal: Remove go-1.25.

* modules/rosenthal/packages/golang.scm (go-1.25): Delete variable.
This commit is contained in:
Hilton Chain 2025-10-30 16:06:02 +08:00
parent f669389a0b
commit 7bda91c1da
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292

View File

@ -15,22 +15,3 @@
#:use-module (gnu packages jemalloc)
#:use-module (gnu packages web)
#:use-module (gnu packages version-control))
(define-public go-1.25
(package
(inherit go-1.24)
(name "go")
(version "1.25.3")
(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 "037gcrl8nagdsq2kv8irx7n0nijjmlqpz0b0zyj482xz2wzar0fs"))))
;; TODO
(arguments
(substitute-keyword-arguments (package-arguments go-1.24)
((#:tests? _ #t) #f)))))