diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-15 22:13:18 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-06-03 22:00:38 +0200 |
| commit | ddd315cc0309bff79a401174b7da73b8a1f4e3d1 (patch) | |
| tree | 90eeee3c945eb98e440d29f36712f6d1155d1c31 /gnu/packages/ipfs.scm | |
| parent | 1724d24ed91ae05234ad10c99aea262e609d0c68 (diff) | |
gnu: go-github-com-ipfs-bbloom: Update to 0.1.0.
* gnu/packages/ipfs.scm (go-github-com-ipfs-bbloom): Update to 0.1.0.
[description]: Mention that it's a fork.
Change-Id: I7e8cc72b1ad3eb58101504211a9acf4fb0d513c4
Diffstat (limited to 'gnu/packages/ipfs.scm')
| -rw-r--r-- | gnu/packages/ipfs.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm index 381f49e89c9..4a4bd2183a3 100644 --- a/gnu/packages/ipfs.scm +++ b/gnu/packages/ipfs.scm | |||
| @@ -99,7 +99,7 @@ | |||
| 99 | (define-public go-github-com-ipfs-bbloom | 99 | (define-public go-github-com-ipfs-bbloom |
| 100 | (package | 100 | (package |
| 101 | (name "go-github-com-ipfs-bbloom") | 101 | (name "go-github-com-ipfs-bbloom") |
| 102 | (version "0.0.4") | 102 | (version "0.1.0") |
| 103 | (source | 103 | (source |
| 104 | (origin | 104 | (origin |
| 105 | (method git-fetch) | 105 | (method git-fetch) |
| @@ -108,7 +108,7 @@ | |||
| 108 | (commit (string-append "v" version)))) | 108 | (commit (string-append "v" version)))) |
| 109 | (file-name (git-file-name name version)) | 109 | (file-name (git-file-name name version)) |
| 110 | (sha256 | 110 | (sha256 |
| 111 | (base32 "0dcdn7nlysynl7yrbivv8m7j83jq7pabhcff8mvfjdk583rgnkp2")))) | 111 | (base32 "0k3bwhp0vc4ivnw32q8gi974xcqwjw2471lz4qkypxi7ld8clgmj")))) |
| 112 | (build-system go-build-system) | 112 | (build-system go-build-system) |
| 113 | (arguments | 113 | (arguments |
| 114 | (list | 114 | (list |
| @@ -117,7 +117,8 @@ | |||
| 117 | (synopsis "Fast bit set Bloom filter") | 117 | (synopsis "Fast bit set Bloom filter") |
| 118 | (description | 118 | (description |
| 119 | "This package implements a fast bloom filter with real @code{bitset} and | 119 | "This package implements a fast bloom filter with real @code{bitset} and |
| 120 | JSONMarshal/JSONUnmarshal to store/reload the Bloom filter.") | 120 | JSONMarshal/JSONUnmarshal to store/reload the Bloom filter. It's an |
| 121 | alternative fork of @url{https://github.com/gxed/bbloom}.") | ||
| 121 | (license (list license:expat ; bbloom.go | 122 | (license (list license:expat ; bbloom.go |
| 122 | license:public-domain)))) ; siphash.go | 123 | license:public-domain)))) ; siphash.go |
| 123 | 124 | ||
