Merge pull request #286321 from SFrijters/esptool-4.7

esptool: 4.6.2 -> 4.7.0
This commit is contained in:
Robert Schütz 2024-02-04 19:53:20 +00:00 committed by GitHub
commit d036d3a537
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "esptool";
version = "4.6.2";
version = "4.7.0";
format = "setuptools";
@ -14,7 +14,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "espressif";
repo = "esptool";
rev = "v${version}";
hash = "sha256-3uvTyJrGCpulu/MR/VfCgnIxibxJj2ehBIBSveq7EfI=";
hash = "sha256-yrEwCg0e+8jZorL6jcqeuKUCFoV0oP9HVFh1n/ezjPg=";
};
postPatch = ''
@ -28,6 +28,7 @@ python3.pkgs.buildPythonApplication rec {
bitstring
cryptography
ecdsa
intelhex
pyserial
reedsolo
pyyaml