python3Packages.spsdk: 3.2.0 -> 3.6.0

https://github.com/nxp-mcuxpresso/spsdk/blob/v3.6.0/docs/release_notes.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:58 +01:00
parent 5c68d07b65
commit 3025d668d3
@@ -50,14 +50,14 @@
buildPythonPackage rec {
pname = "spsdk";
version = "3.2.0";
version = "3.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nxp-mcuxpresso";
repo = "spsdk";
tag = "v${version}";
hash = "sha256-unJpJjoS0C9TKsvk9/fQO8jiIOGbgfJopeXR5FcIq/g=";
hash = "sha256-eylowyX4ERXSYuhc/Gy4UEqRSG1GjmeRMJdR0mY5E9I=";
};
postPatch = ''