guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 447a0e518432e18126f694e79044d92d881e13e8
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Feb 14 19:45:57 2026 +0000
gnu: go-github-com-ipfs-go-ds-pebble: Update to 0.5.9.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ds-pebble): Update to 0.5.9.
[arguments] <build-flags, test-flags>: Propagate from
go-github-com-datadog-zstd, see:
<https://codeberg.org/guix/guix/issues/6250>.
Change-Id: Ide57781fcc46d3dd038d80b816d61d49c5282bfc
---
gnu/packages/ipfs.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index c91d29a780..abc1c94f1f 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -531,7 +531,7 @@ hierarchy of the keys.")
(define-public go-github-com-ipfs-go-ds-pebble
(package
(name "go-github-com-ipfs-go-ds-pebble")
- (version "0.5.0")
+ (version "0.5.9")
(source
(origin
(method git-fetch)
@@ -540,11 +540,13 @@ hierarchy of the keys.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0l0abcknray9hvk5j3vdiybgjk7yn6j3awznpy46j08g97z88ljw"))))
+ (base32 "0s1r3d4msxcbfm1ii39882vpka6ncq5bknp3al3gbs6wg3sa70bk"))))
(build-system go-build-system)
(arguments
(list
- #:import-path "github.com/ipfs/go-ds-pebble"))
+ #:import-path "github.com/ipfs/go-ds-pebble"
+ #:build-flags #~(list "-tags" "external_libzstd")
+ #:test-flags #~(list "-tags" "external_libzstd")))
(propagated-inputs
(list go-github-com-cockroachdb-pebble-v2
go-github-com-ipfs-go-datastore