python3Packages.bumble: 0.0.227 -> 0.0.228

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

Changelog: https://github.com/google/bumble/releases/tag/v0.0.228
This commit is contained in:
Robert Schütz
2026-05-07 02:59:20 +02:00
committed by Martin Weinelt
parent ad61540b76
commit 9ec3b0f41e
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "bumble";
version = "0.0.227";
version = "0.0.228";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "bumble";
tag = "v${version}";
hash = "sha256-qB1dVKDy061NqAzv+QoFeG1BU9sRYfb5ntcXQd909rM=";
hash = "sha256-wvs6Pod2eub9SOQAgcU+SahSykVvCe7SBV6i10w6Y7Q=";
};
build-system = [