aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-05-23 00:30:51 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-05-23 00:32:37 +0100
commita3318b4edead56f4c15cf7b879c208260bb9d5c0 (patch)
tree29111ef1b52a87dab4427d782c9b6d323b343b72
parent8c6fb6820390e67a8efa7e6caccb989275f0d7fb (diff)
downloadguix-a3318b4edead56f4c15cf7b879c208260bb9d5c0.tar.gz
guix-a3318b4edead56f4c15cf7b879c208260bb9d5c0.zip
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
-rw-r--r--gnu/packages/golang.scm13
1 files 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
itle='2021-12-01 20:59:06 +0100'>2021-12-01installer: parted: Use the swap-space record....Mathieu Othacehe 2021-12-01installer: Make LUKS2 the default format for encrypted devices...Josselin Poiret 2021-11-26installer: Rework installation device detection....Josselin Poiret 2021-10-01installer: Fix typo in docstrings....Tobias Geerinckx-Rice 2021-09-23installer: Support XFS....Tobias Geerinckx-Rice 2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer 2021-06-17installer: Improve the installation device detection method....Mathieu Othacehe 2021-06-13installer: Fix FAT16 partition mounting....Mathieu Othacehe 2021-06-12installer: Improve install device detection....Mathieu Othacehe 2021-06-12installer: Check partitions UUIDs....Mathieu Othacehe 2021-04-28installer: Add MSDOS disk label support on UEFI systems....Mathieu Othacehe