ledfx: 2.0.108 -> 2.0.109

This commit is contained in:
R. Ryantm
2025-06-19 17:00:57 +00:00
parent 9422633af4
commit d40a78e129
+2 -2
View File
@@ -6,12 +6,12 @@
python3.pkgs.buildPythonApplication rec {
pname = "ledfx";
version = "2.0.108";
version = "2.0.109";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-wfp6u2YIliufjkaLBlLVFw2/dqpHYFAfcow4iyOB2ME=";
hash = "sha256-fSb3NBl1bYCfwDkWI7/KeFIVcXTPDKBbLe0sQhneX6A=";
};
pythonRelaxDeps = true;