python3Packages.spsdk: 2.1.0 -> 2.1.1

https://github.com/nxp-mcuxpresso/spsdk/releases/tag/2.1.1

Relaxes even more the dependencies.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
Raito Bezarius 2024-04-06 19:09:43 +02:00
parent 9e7f26f82a
commit 54b3c6f2ea
1 changed files with 5 additions and 2 deletions

View File

@ -39,14 +39,14 @@
buildPythonPackage rec {
pname = "spsdk";
version = "2.1.0";
version = "2.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "nxp-mcuxpresso";
repo = "spsdk";
rev = "refs/tags/${version}";
hash = "sha256-ZXNqger5WBk2AjTszJLmemYDPClUPy+kNtBWSPcTDro=";
hash = "sha256-cWz2zML/gb9l2C5VEBti+nX3ZLyGbLFyLZGjk5GfTJw=";
};
nativeBuildInputs = [
@ -56,6 +56,9 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"click"
"cryptography"
"platformdirs"
"typing-extensions"
];
propagatedBuildInputs = [