Merge pull request #269744 from fabaff/ledfx-bump
ledfx: 2.0.78 -> 2.0.80
This commit is contained in:
@@ -5,12 +5,12 @@
|
||||
|
||||
python3.pkgs.buildPythonPackage rec {
|
||||
pname = "ledfx";
|
||||
version = "2.0.78";
|
||||
format = "setuptools";
|
||||
version = "2.0.80";
|
||||
pyproject= true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-IalfA/nfQrnE90ycOnPEZ4A/L8rwi08ECNA/8YxeAgQ=";
|
||||
hash = "sha256-vwLk3EpXqUSAwzY2oX0ZpXrmH2cT0GdYdL/Mifav6mU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -20,6 +20,10 @@ python3.pkgs.buildPythonPackage rec {
|
||||
--replace "~=" ">="
|
||||
'';
|
||||
|
||||
nativeBuildInputs = with python3.pkgs; [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
aiohttp
|
||||
aiohttp-cors
|
||||
|
||||
Reference in New Issue
Block a user