Merge pull request #235444 from r-ryantm/auto-update/python310Packages.spsdk

python310Packages.spsdk: 1.10.0 -> 1.10.1
This commit is contained in:
Weijia Wang 2023-06-01 23:18:16 +02:00 committed by GitHub
commit c7a93fd9a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,13 +34,13 @@
buildPythonPackage rec {
pname = "spsdk";
version = "1.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "NXPmicro";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-KJUtAWENS3+VAs3Iai1aKYzMYtfetMeI0MHeQ6NraNY=";
hash = "sha256-2UTgVHqFJqizJ6mDT7+PFec3bQexcBG6v8X0E5Ai4Hc=";
};
nativeBuildInputs = [