Merge pull request #301621 from r-ryantm/auto-update/ledfx

ledfx: 2.0.94 -> 2.0.96
This commit is contained in:
Sandro 2024-04-07 19:04:37 +02:00 committed by GitHub
commit 0681bb85ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 8 deletions

View File

@ -1,16 +1,17 @@
{ lib
, fetchPypi
, python3
{
lib,
fetchPypi,
python3,
}:
python3.pkgs.buildPythonPackage rec {
pname = "ledfx";
version = "2.0.94";
version = "2.0.96";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-l498NXt3Ib9QLTWoJcpngAwkbY6JqLbVLKhTWQye7Fs=";
hash = "sha256-nvPHAnoD5j1rneeuMufQkXj8YWXau2zJYug+Avpe87I=";
};
pythonRelaxDeps = true;
@ -20,13 +21,14 @@ python3.pkgs.buildPythonPackage rec {
"rpi-ws281x"
];
nativeBuildInputs = with python3.pkgs; [
build-system = with python3.pkgs; [
cython
poetry-core
pythonRelaxDepsHook
];
propagatedBuildInputs = with python3.pkgs; [
nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
dependencies = with python3.pkgs; [
aiohttp
aiohttp-cors
aubio