python3Packages.bluetooth-sensor-state-data: 1.8.0 -> 1.9.0

This commit is contained in:
R. Ryantm 2025-05-16 01:43:15 +00:00
parent b21c2d0de4
commit a50a2c5ebf

View File

@ -12,7 +12,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "bluetooth-sensor-state-data"; pname = "bluetooth-sensor-state-data";
version = "1.8.0"; version = "1.9.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.11"; disabled = pythonOlder "3.11";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices"; owner = "Bluetooth-Devices";
repo = "bluetooth-sensor-state-data"; repo = "bluetooth-sensor-state-data";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-XWSdPFhoCuIkQR/tXDhEFUsxpoDoiebI73MqRjtAvFo="; hash = "sha256-V7stHAID6zkLFYDX5HUVF38/8OHa4AZr48FPmSoDcAE=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];