Merge pull request #268161 from fabaff/ledfx-bump

ledfx: 2.0.69 -> 2.0.78
This commit is contained in:
Fabian Affolter 2023-11-18 08:58:45 +01:00 committed by GitHub
commit 5869af0ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''