1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 13:10:33 +02:00

gnu: python-esptool: Update to 5.0.2.

* gnu/packages/engineering.scm (python-esptool): Update to 5.0.2.
[propagated-inputs]: Remove python-rich-click-next; add python-rich-click.
[native-inputs]: Remove python-wheel.

Change-Id: I3365176fbe02cb8bd2e190d1e584b91d27643b28
This commit is contained in:
Sharlatan Hellseher
2025-08-10 01:30:45 +01:00
parent f400146871
commit 5b70efd14a

View File

@@ -2033,7 +2033,7 @@ multiple services and devices with hundreds of supported integrations.")
(define-public python-esptool
(package
(name "python-esptool")
(version "5.0.1")
(version "5.0.2")
(source
(origin
(method git-fetch)
@@ -2042,7 +2042,7 @@ multiple services and devices with hundreds of supported integrations.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "04asqw6g4lhkz6fqn22wwk2wjq5q8c00m2k8wylksrc0v2f582i9"))))
(base32 "1wl75j6ncm5lahy9pzc38qivhaf9p42a2bijishdkwkw388fs6x1"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -2064,11 +2064,10 @@ multiple services and devices with hundreds of supported integrations.")
python-pyserial
python-pyyaml
python-reedsolo
python-rich-click-next))
python-rich-click))
(native-inputs (list python-pyelftools
python-pytest
python-setuptools
python-wheel))
python-setuptools))
(home-page "https://github.com/espressif/esptool")
(synopsis "Bootloader utility for Espressif ESP8266 & ESP32 chips")
(description