python3Packages.bumble: 0.0.228 -> 0.0.229

Diff: https://github.com/google/bumble/compare/v0.0.228...v0.0.229

Changelog: https://github.com/google/bumble/releases/tag/v0.0.229
This commit is contained in:
Robert Schütz
2026-06-04 16:31:25 +02:00
committed by Martin Weinelt
parent c682a599a8
commit 9644c20a6f
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "bumble";
version = "0.0.228";
version = "0.0.229";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "bumble";
tag = "v${version}";
hash = "sha256-wvs6Pod2eub9SOQAgcU+SahSykVvCe7SBV6i10w6Y7Q=";
hash = "sha256-sc4cUYfhHLc4sHGVfLkn1Zqmu0Tlpytkbit9ieQjNHE=";
};
build-system = [