From c1724db0de6a34d68b888e956f73efc290634b13 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 29 May 2025 10:54:00 +0200 Subject: [PATCH] python313Packages.bthome-ble: 3.12.5 -> 3.13.0 Diff: https://github.com/Bluetooth-Devices/bthome-ble/compare/refs/tags/v3.12.5...refs/tags/v3.13.0 Changelog: https://github.com/bluetooth-devices/bthome-ble/blob/v3.13.0/CHANGELOG.md --- pkgs/development/python-modules/bthome-ble/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bthome-ble/default.nix b/pkgs/development/python-modules/bthome-ble/default.nix index b93d14b3b9c8..15a164235268 100644 --- a/pkgs/development/python-modules/bthome-ble/default.nix +++ b/pkgs/development/python-modules/bthome-ble/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "bthome-ble"; - version = "3.12.5"; + version = "3.13.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = "bthome-ble"; tag = "v${version}"; - hash = "sha256-SuGmNcx+z/4GOxgAsupY7NW+2ni7vLaAEC3EKn6ctpw="; + hash = "sha256-e6R3Qjj82z0E+gIxqDVM08Op3KlK9ZG1iNmkqqIEjWY="; }; build-system = [ poetry-core ];