Skip to content

Commit

Permalink
python313Packages.led-ble: 1.1.4 -> 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Feb 5, 2025
1 parent 7813ce3 commit 5aa0cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/led-ble/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "led-ble";
version = "1.1.4";
version = "1.1.6";
pyproject = true;

disabled = pythonOlder "3.11";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Bluetooth-Devices";
repo = "led-ble";
tag = "v${version}";
hash = "sha256-+4qzAeFzU1Bdt9kvegBtaENh/dlRA0jbAUFr3WuSFsg=";
hash = "sha256-U3yVKsyj0QCgotg/7hXp5jVElaBRG++2HwK6H4psTno=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 5aa0cd7

Please sign in to comment.