python313Packages.led-ble: 1.1.1 -> 1.1.4 (#376094)

This commit is contained in:
Fabian Affolter
2025-01-23 17:00:11 +01:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "led-ble";
version = "1.1.1";
version = "1.1.4";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "led-ble";
tag = "v${version}";
hash = "sha256-FPF/jPsXVk16UDpfglmVy01sOpv/XAwx+dCYCbJnFZQ=";
hash = "sha256-+4qzAeFzU1Bdt9kvegBtaENh/dlRA0jbAUFr3WuSFsg=";
};
build-system = [ poetry-core ];