mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-01-16 17:35:08 +00:00
rosenthal: Remove go-1.25.
* modules/rosenthal/packages/golang.scm (go-1.25): Delete variable.
This commit is contained in:
parent
f669389a0b
commit
7bda91c1da
@ -15,22 +15,3 @@
|
|||||||
#:use-module (gnu packages jemalloc)
|
#:use-module (gnu packages jemalloc)
|
||||||
#:use-module (gnu packages web)
|
#:use-module (gnu packages web)
|
||||||
#:use-module (gnu packages version-control))
|
#: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)))))
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user