me
/
guix
Archived
1
0
Fork 0

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
master
Sharlatan Hellseher 2024-05-23 00:30:51 +01:00
parent 8c6fb68203
commit a3318b4ede
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 8 additions and 5 deletions

View File

@ -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