guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit af0dc6e25af1aced02b251eefa30439f981aee76
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed May 28 09:17:11 2025 +0100
gnu: go-github-com-ipfs-go-ds-flatfs: Update to 0.5.5.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ds-flatfs): Update to 0.5.5.
[synopsis]: Fix lint warning, simplify.
Change-Id: I70f313bf044feb09ee5c1aa12a76c7ed002ccca5
---
gnu/packages/ipfs.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index 114b8e0827..544a2ee2a9 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -430,7 +430,7 @@ scans, enabling high performance, ordered, high-cardinality
prefix queries.")
(define-public go-github-com-ipfs-go-ds-flatfs
(package
(name "go-github-com-ipfs-go-ds-flatfs")
- (version "0.5.1")
+ (version "0.5.5")
(source
(origin
(method git-fetch)
@@ -439,7 +439,7 @@ scans, enabling high performance, ordered, high-cardinality
prefix queries.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1mrgl6kslq4d4zfpdyxvqxz8brhm8wphvnp916pippn7z63sayj3"))))
+ (base32 "1m5fxxdn2zj9i9nm8fdyll4wcgaknfg3vj07959mj06hwc9r3z3c"))))
(build-system go-build-system)
(arguments
(list
@@ -449,7 +449,7 @@ scans, enabling high performance, ordered, high-cardinality
prefix queries.")
go-github-com-ipfs-go-log
go-github-com-jbenet-goprocess))
(home-page "https://github.com/ipfs/go-ds-flatfs")
- (synopsis "Datastore implementation using sharded directories and flat
files to store data")
+ (synopsis "Datastore with sharded directories and flat files")
(description
"Package flatfs is a Datastore implementation that stores all objects in
a two-level directory structure in the local file system, regardless of the