Merge pull request #280614 from panicgh/spsdk
python3Packages.spsdk: 2.0.0 -> 2.0.1
This commit is contained in:
commit
2a9f683305
1 changed files with 7 additions and 3 deletions
|
@ -26,6 +26,7 @@
|
|||
, pyocd
|
||||
, pypemicro
|
||||
, pyserial
|
||||
, requests
|
||||
, ruamel-yaml
|
||||
, setuptools
|
||||
, sly
|
||||
|
@ -38,14 +39,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "spsdk";
|
||||
version = "2.0.0";
|
||||
version = "2.0.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nxp-mcuxpresso";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-1aW5ivdpnSscTaMIRn4tlsBG6StN95gHAyRIzmAO9Uo=";
|
||||
rev = version;
|
||||
hash = "sha256-C6cz5jhIHI4WkCYT0rURFa4kBAu6cMcKpQHiHACIiu8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -63,6 +64,8 @@ buildPythonPackage rec {
|
|||
"pylink-square"
|
||||
"pyocd"
|
||||
"typing-extensions"
|
||||
"click"
|
||||
"ruamel.yaml"
|
||||
];
|
||||
|
||||
pythonRemoveDeps = [
|
||||
|
@ -93,6 +96,7 @@ buildPythonPackage rec {
|
|||
pyocd
|
||||
pypemicro
|
||||
pyserial
|
||||
requests
|
||||
ruamel-yaml
|
||||
sly
|
||||
typing-extensions
|
||||
|
|
Loading…
Reference in a new issue