python3Packages.bumble: 0.0.223 -> 0.0.226

Diff: https://github.com/google/bumble/compare/v0.0.223...v0.0.226

Changelog: https://github.com/google/bumble/releases/tag/v0.0.226
This commit is contained in:
Robert Schütz
2026-03-08 11:30:38 -07:00
parent 260df68cc5
commit 829bea0665
@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "bumble";
version = "0.0.223";
version = "0.0.226";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "bumble";
tag = "v${version}";
hash = "sha256-Iei2RBk7Tpb8yeTKdtftJfbG3DwuGjvBZuhhs+nMKcU=";
hash = "sha256-sZFP/Vdk8L7oL6+AbsyqmEar3K4oR9rp78mDBxIVdeY=";
};
build-system = [