[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/74: gnu: go-github-com-bits-and-blooms-bloom: Update to 3.7.0.
From: |
guix-commits |
Subject: |
70/74: gnu: go-github-com-bits-and-blooms-bloom: Update to 3.7.0. |
Date: |
Thu, 25 Jul 2024 18:02:30 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 3fbccedb863fa14abfdb971fdbd63b78f4ef52ef
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jul 25 22:25:58 2024 +0100
gnu: go-github-com-bits-and-blooms-bloom: Update to 3.7.0.
* gnu/packages/golang.scm (go-github-com-bits-and-blooms-bloom): Update to
3.7.0.
Change-Id: I7f147536c7fb075711fb50a6836554675e02a224
---
gnu/packages/golang.scm | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3acc5588a5..c4a92d7b35 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6191,7 +6191,7 @@ efficient space usage.")
(define-public go-github-com-bits-and-blooms-bloom
(package
(name "go-github-com-bits-and-blooms-bloom")
- (version "3.6.0")
+ (version "3.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -6200,20 +6200,10 @@ efficient space usage.")
(file-name (git-file-name name version))
(sha256
(base32
- "02rpjlgl7k3755qnlsk519xazgqlk73b8wvkpqlvccywms5w77bq"))))
+ "022pyzjp862ysl30aj105i2xmapn400ambjh8h1dcyjy9c0f8agn"))))
(build-system go-build-system)
(arguments
- '(#:import-path "github.com/bits-and-blooms/bloom"
- #:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'patch-import-path
- (lambda _
- ;; See 'go.mod' in the source distribution of Syncthing 1.5.0 for
- ;; more information.
- ;; <https://github.com/spaolacci/murmur3/issues/29>
- (substitute* "src/github.com/bits-and-blooms/bloom/bloom.go"
- (("spaolacci") "twmb"))
- #t)))))
+ (list #:import-path "github.com/bits-and-blooms/bloom"))
(propagated-inputs
(list go-github-com-twmb-murmur3 go-github-com-bits-and-blooms-bitset))
(synopsis "Bloom filters in Go")
- 42/74: gnu: go-github-com-prometheus-common: Remove submodules., (continued)
- 42/74: gnu: go-github-com-prometheus-common: Remove submodules., guix-commits, 2024/07/25
- 43/74: gnu: go-github-com-prometheus-common: Update to 0.55.0., guix-commits, 2024/07/25
- 51/74: gnu: Add go-github-com-cespare-xxhash., guix-commits, 2024/07/25
- 54/74: gnu: go-github-com-prometheus-client-golang: Update to 1.19.1., guix-commits, 2024/07/25
- 63/74: gnu: go-netns: Fix indentation., guix-commits, 2024/07/25
- 37/74: gnu: go-github-com-jpillora-backoff: Update to 1.0.0-1.fab01a9., guix-commits, 2024/07/25
- 41/74: gnu: Add go-github-com-go-kit-log., guix-commits, 2024/07/25
- 44/74: gnu: go-github-com-prometheus-common: Enable tests., guix-commits, 2024/07/25
- 49/74: gnu: go-github-com-oneofone-xxhash: Move to golang-crypto., guix-commits, 2024/07/25
- 57/74: gnu: go-github-com-nbrownus-go-metrics-prometheus: Move to prometheus., guix-commits, 2024/07/25
- 70/74: gnu: go-github-com-bits-and-blooms-bloom: Update to 3.7.0.,
guix-commits <=
- 62/74: gnu: go-netns: Update to 0.0.4., guix-commits, 2024/07/25
- 39/74: gnu: Add go-github-com-mwitkow-go-conntrack., guix-commits, 2024/07/25
- 50/74: gnu: go-github-com-cespare-xxhash: Rename variable., guix-commits, 2024/07/25
- 66/74: gnu: go-netlink: Update to 1.1.0., guix-commits, 2024/07/25
- 74/74: gnu: yggdrasil: Enable tests., guix-commits, 2024/07/25
- 73/74: gnu: yggdrasil: Adjust inputs., guix-commits, 2024/07/25
- 04/74: gnu: go-github-com-coreos-go-oidc-v3: Update to 3.11.0., guix-commits, 2024/07/25
- 08/74: gnu: go-github-com-google-go-cmp-cmp: Rename variable., guix-commits, 2024/07/25
- 12/74: gnu: go-google-golang-org-protobuf: Move to golang-build., guix-commits, 2024/07/25
- 13/74: gnu: go-github-com-golang-protobuf: Move to golang-build., guix-commits, 2024/07/25