We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46c4ed2 + 8e95d51 commit 219272bCopy full SHA for 219272b
pkgs/development/python-modules/led-ble/default.nix
@@ -13,7 +13,7 @@
13
14
buildPythonPackage rec {
15
pname = "led-ble";
16
- version = "1.1.6";
+ version = "1.1.7";
17
pyproject = true;
18
19
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
22
owner = "Bluetooth-Devices";
23
repo = "led-ble";
24
tag = "v${version}";
25
- hash = "sha256-U3yVKsyj0QCgotg/7hXp5jVElaBRG++2HwK6H4psTno=";
+ hash = "sha256-6vQPsZvBvoLlxzgfnvjnUdkN24tpBZHr62AFcy3s4gE=";
26
};
27
28
build-system = [ poetry-core ];
0 commit comments