ledfx: 2.0.105 -> 2.0.108

Changelog: https://github.com/LedFx/LedFx/blob/2.0.108/CHANGELOG.rst
This commit is contained in:
Fabian Affolter
2025-04-08 18:17:47 +02:00
parent a6082f5a6d
commit 32fbf41569
+3 -3
View File
@@ -6,12 +6,12 @@
python3.pkgs.buildPythonPackage rec {
pname = "ledfx";
version = "2.0.105";
version = "2.0.108";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-S/ZlEFgcFiLr0V7g0X0bjWU0YNVzA0JctFaJTK/QkpI=";
hash = "sha256-wfp6u2YIliufjkaLBlLVFw2/dqpHYFAfcow4iyOB2ME=";
};
pythonRelaxDeps = true;
@@ -23,7 +23,7 @@ python3.pkgs.buildPythonPackage rec {
build-system = with python3.pkgs; [
cython
poetry-core
pdm-backend
];
dependencies = with python3.pkgs; [