From a50a2c5ebfa99babd28b4c5f2effb6995de9552b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 16 May 2025 01:43:15 +0000 Subject: [PATCH] python3Packages.bluetooth-sensor-state-data: 1.8.0 -> 1.9.0 --- .../python-modules/bluetooth-sensor-state-data/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/bluetooth-sensor-state-data/default.nix b/pkgs/development/python-modules/bluetooth-sensor-state-data/default.nix index dd0e9df2edaf..b52ab776cbfc 100644 --- a/pkgs/development/python-modules/bluetooth-sensor-state-data/default.nix +++ b/pkgs/development/python-modules/bluetooth-sensor-state-data/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "bluetooth-sensor-state-data"; - version = "1.8.0"; + version = "1.9.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = "bluetooth-sensor-state-data"; tag = "v${version}"; - hash = "sha256-XWSdPFhoCuIkQR/tXDhEFUsxpoDoiebI73MqRjtAvFo="; + hash = "sha256-V7stHAID6zkLFYDX5HUVF38/8OHa4AZr48FPmSoDcAE="; }; build-system = [ poetry-core ];