mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
This commit is contained in:
parent
8c6fb68203
commit
a3318b4ede
1 changed files with 8 additions and 5 deletions
|
@ -5440,11 +5440,14 @@ (define-public go-github-com-syndtr-goleveldb-leveldb
|
||||||
"042k0gbzs5waqpxmd7nv5h93mlva861s66c3s9gfg1fym5dx4vmd"))))
|
"042k0gbzs5waqpxmd7nv5h93mlva861s66c3s9gfg1fym5dx4vmd"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/syndtr/goleveldb/leveldb"
|
(list
|
||||||
#:unpack-path "github.com/syndtr/goleveldb"))
|
#:go go-1.21
|
||||||
(propagated-inputs (list go-github-com-onsi-gomega
|
#:import-path "github.com/syndtr/goleveldb/leveldb"
|
||||||
go-github-com-onsi-ginkgo
|
#:unpack-path "github.com/syndtr/goleveldb"))
|
||||||
go-github-com-golang-snappy))
|
(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")
|
(home-page "https://github.com/syndtr/goleveldb")
|
||||||
(synopsis "LevelDB implementation in Go")
|
(synopsis "LevelDB implementation in Go")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue