home-assistant: Pin pyjwt at 2.5.0

Co-Authored-By: Robert Schütz <mail@dotlambda.de>
This commit is contained in:
Martin Weinelt 2023-01-19 02:11:51 +01:00
parent 9d02a0e441
commit 18ffe124b9

View file

@ -157,6 +157,16 @@ let
};
});
# https://github.com/home-assistant/core/pull/80931
pyjwt = super.pyjwt.overridePythonAttrs (oldAttrs: rec {
version = "2.5.0";
src = super.fetchPypi {
pname = "PyJWT";
inherit version;
hash = "sha256-53q4lICQXYaZhEKsV4jzUzP6hfZQR6U0rcOO3zyI/Ds=";
};
});
pymodbus = super.pymodbus.overridePythonAttrs (oldAttrs: rec {
version = "2.5.3";
src = fetchFromGitHub {