From a3318b4edead56f4c15cf7b879c208260bb9d5c0 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 23 May 2024 00:30:51 +0100 Subject: gnu: go-github-com-syndtr-goleveldb-leveldb: Use go-1.21. * gnu/packages/golang.scm (go-github-com-syndtr-goleveldb-leveldb) [arguments] <#:go>: Swap to go-1.21. Change-Id: I6ecbfb8d2cbf29dc177536345fb1caa5001f35df --- gnu/packages/golang.scm | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 5b473810cd..64b79564e6 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -5440,11 +5440,14 @@ golang's database/sql package.") "042k0gbzs5waqpxmd7nv5h93mlva861s66c3s9gfg1fym5dx4vmd")))) (build-system go-build-system) (arguments - (list #:import-path "github.com/syndtr/goleveldb/leveldb" - #:unpack-path "github.com/syndtr/goleveldb")) - (propagated-inputs (list go-github-com-onsi-gomega - go-github-com-onsi-ginkgo - go-github-com-golang-snappy)) + (list + #:go go-1.21 + #:import-path "github.com/syndtr/goleveldb/leveldb" + #:unpack-path "github.com/syndtr/goleveldb")) + (propagated-inputs + (list go-github-com-onsi-gomega + go-github-com-onsi-ginkgo + go-github-com-golang-snappy)) (home-page "https://github.com/syndtr/goleveldb") (synopsis "LevelDB implementation in Go") (description -- cgit v1.2.3