python3Packages.spsdk: 3.1.0 -> 3.2.0

This commit is contained in:
R. Ryantm
2025-08-29 11:40:07 +00:00
parent c73522789a
commit 778b87c797
@@ -50,14 +50,14 @@
buildPythonPackage rec {
pname = "spsdk";
version = "3.1.0";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "nxp-mcuxpresso";
repo = "spsdk";
tag = "v${version}";
hash = "sha256-G8UNT9lsUt6Xe++xx+Pqv4hmrkGv68w7FrZSgWJHb1k=";
hash = "sha256-unJpJjoS0C9TKsvk9/fQO8jiIOGbgfJopeXR5FcIq/g=";
};
postPatch = ''