python3Packages.spsdk: 3.1.0 -> 3.2.0 (#438236)

This commit is contained in:
Gaétan Lepage
2025-08-29 15:29:06 +02:00
committed by GitHub
@@ -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 = ''