python3Packages.bumble: 0.0.232 -> 0.0.233

Diff: https://github.com/google/bumble/compare/v0.0.232...v0.0.233

Changelog: https://github.com/google/bumble/releases/tag/v0.0.233
This commit is contained in:
Robert Schütz
2026-07-15 12:48:17 -07:00
parent a84be33b3b
commit 773d9fcd72

View File

@@ -28,14 +28,14 @@
buildPythonPackage rec {
pname = "bumble";
version = "0.0.232";
version = "0.0.233";
pyproject = true;
src = fetchFromGitHub {
owner = "google";
repo = "bumble";
tag = "v${version}";
hash = "sha256-NT8WNfkYHorjNfsZWry63Uuxk7zyOQDOHTqxZxJNypI=";
hash = "sha256-WTikxDp+V+H2RPN+myWg+CRgqncJY5v3zhwotfa8CCU=";
};
build-system = [