ledfx: 2.0.69 -> 2.0.78

Changelog: https://github.com/LedFx/LedFx/blob/2.0.78/CHANGELOG.rst
This commit is contained in:
Fabian Affolter
2023-11-17 20:44:27 +01:00
parent 32e2a7eec3
commit 02449827e0
+2 -2
View File
@@ -5,12 +5,12 @@
python3.pkgs.buildPythonPackage rec {
pname = "ledfx";
version = "2.0.69";
version = "2.0.78";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-gkO6XYiPMkU/zRLvc0yd3jJXVcAgAkR1W1ELTSN461o=";
hash = "sha256-IalfA/nfQrnE90ycOnPEZ4A/L8rwi08ECNA/8YxeAgQ=";
};
postPatch = ''