Skip to content

Commit 219272b

Browse files
authored
python313Packages.led-ble: 1.1.6 -> 1.1.7 (#397371)
2 parents 46c4ed2 + 8e95d51 commit 219272b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/led-ble/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
buildPythonPackage rec {
1515
pname = "led-ble";
16-
version = "1.1.6";
16+
version = "1.1.7";
1717
pyproject = true;
1818

1919
disabled = pythonOlder "3.11";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
2222
owner = "Bluetooth-Devices";
2323
repo = "led-ble";
2424
tag = "v${version}";
25-
hash = "sha256-U3yVKsyj0QCgotg/7hXp5jVElaBRG++2HwK6H4psTno=";
25+
hash = "sha256-6vQPsZvBvoLlxzgfnvjnUdkN24tpBZHr62AFcy3s4gE=";
2626
};
2727

2828
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)