python3Packages.led-ble: 1.1.8 -> 1.1.11 (#524804)

This commit is contained in:
Fabian Affolter
2026-05-27 14:38:43 +00:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "led-ble";
version = "1.1.8";
version = "1.1.11";
pyproject = true;
src = fetchFromGitHub {
owner = "Bluetooth-Devices";
repo = "led-ble";
tag = "v${version}";
hash = "sha256-98nAtv2p6WNxg6wwlGviVRzaKGCWGZNqPG4k3jwQpjw=";
hash = "sha256-YPOjbmHR6WpmAEpYFl/ajzojgiIYEk+6H5LFjl1yo1c=";
};
build-system = [ poetry-core ];