guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 4562c8aa53a41e331f2a3d368d8fc3a9b2b885ef
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Feb 14 01:15:26 2026 +0000
gnu: go-github-com-ipfs-go-datastore: Update to 0.9.1.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-datastore): Update to 0.9.1.
[propagated-inputs]: Remove go-go-uber-org-multierr.
[native-inputs]: Remove go-gopkg-in-check-v1; add
go-github-com-stretchr-testify.
Change-Id: Ic8988700f4cb92f5f99e9903a1a2e4c43d34a3b6
---
gnu/packages/ipfs.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 1d9f60e880..4fb6534e57 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -783,7 +783,7 @@ keys used by @code{go-ipfs} (Kubo).")
(define-public go-github-com-ipfs-go-datastore
(package
(name "go-github-com-ipfs-go-datastore")
- (version "0.8.2")
+ (version "0.9.1")
(source
(origin
(method git-fetch)
@@ -799,7 +799,7 @@ keys used by @code{go-ipfs} (Kubo).")
(delete-file-recursively "fuzz")))
(file-name (git-file-name name version))
(sha256
- (base32 "02n38i09f8ffr894fzlsl80ahf32mpap5q004acz9cdg9a67pdz3"))))
+ (base32 "0di34lwvp4smzm6xwg26bz8f4hsyqhbq5n4cs8ppf2k8vaazb1ip"))))
(build-system go-build-system)
(arguments
(list
@@ -812,14 +812,13 @@ keys used by @code{go-ipfs} (Kubo).")
(for-each delete-file-recursively
(list "examples"))))))))
(native-inputs
- (list go-gopkg-in-check-v1))
+ (list go-github-com-stretchr-testify))
(propagated-inputs
(list go-github-com-google-uuid
go-github-com-ipfs-go-detect-race
go-github-com-ipfs-go-ipfs-delay
go-go-opentelemetry-io-otel
- go-go-opentelemetry-io-otel-trace
- go-go-uber-org-multierr))
+ go-go-opentelemetry-io-otel-trace))
(home-page "https://github.com/ipfs/go-datastore")
(synopsis "Key-value datastore interfaces")
(description