python3Packages.bluemaestro-ble: 0.4.1 -> 1.0.0

This commit is contained in:
R. Ryantm
2025-09-09 23:28:39 +00:00
parent 077cb3aa7d
commit 1fc9cb773e
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "bluemaestro-ble";
version = "0.4.1";
version = "1.0.0";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "bluemaestro-ble";
tag = "v${version}";
hash = "sha256-44HUcp8CKQMcaIMKsi3AXdCJlIUGvRrVd2JxGeh1498=";
hash = "sha256-H7VAidnClMA/Qmc4ahzrmSaqkWj50zMjfakRD0wX8xM=";
};
build-system = [ poetry-core ];