python313Packages.sensorpro-ble: 0.7.0 -> 0.7.1 (#410301)

This commit is contained in:
Fabian Affolter
2025-05-23 23:52:14 +02:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "sensorpro-ble";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "sensorpro-ble";
tag = "v${version}";
hash = "sha256-YMcpe4daM4X23nOMubYNcmqlW8PttwDGC4WL9g4P+4I=";
hash = "sha256-/brgy3B/Hqgu1M4xmjciXJx25btN/iFgjT0TgTdij2o=";
};
build-system = [ poetry-core ];