diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-28 09:17:11 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:36 +0100 |
| commit | 8e115bfddd67deae0e16b24fc63da2ede1127fe6 (patch) | |
| tree | 917abd2b2268cce2c35bb44137055eaf797158fb | |
| parent | 009e6c655ab8a4b31f0d435b9ece5e4e7f044874 (diff) | |
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
| -rw-r--r-- | gnu/packages/ipfs.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index 114b8e08273..544a2ee2a9a 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 |
