ledfx: 2.0.78 -> 2.0.80

Changelog: https://github.com/LedFx/LedFx/blob/2.0.80/CHANGELOG.rst
This commit is contained in:
Fabian Affolter 2023-11-25 00:23:27 +01:00
parent 5743cfd7a0
commit a6767abaa1

View file

@ -5,12 +5,12 @@
python3.pkgs.buildPythonPackage rec {
pname = "ledfx";
version = "2.0.78";
version = "2.0.80";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-IalfA/nfQrnE90ycOnPEZ4A/L8rwi08ECNA/8YxeAgQ=";
hash = "sha256-vwLk3EpXqUSAwzY2oX0ZpXrmH2cT0GdYdL/Mifav6mU=";
};
postPatch = ''