summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-14 19:45:57 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-15 14:17:43 +0100
commitb7da0f78da8a611d40a2597205fe423496ca256d (patch)
tree452311a0749681cff88cb3a0958123ff67114663 /gnu
parent3a73936427d0e92df6fed494bcf547204d1bcad8 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ipfs.scm8
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 54dfd71b04..914771f785 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -528,7 +528,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)
@@ -537,11 +537,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