From 3a0deff81a999a9929d7681676c9cf952bd9ce08 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 18 May 2026 20:32:49 +0100 Subject: gnu: python-esptool: Update to 5.2.0. * gnu/packages/engineering.scm (python-esptool): Update to 5.2.0. Change-Id: I32ec233f70e2630d88506bfd3b1df9cf8cdc77f3 --- gnu/packages/engineering.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index eb33f6efa4..45267e6f76 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -1698,7 +1698,7 @@ multiple services and devices with hundreds of supported integrations.") (define-public python-esptool (package (name "python-esptool") - (version "5.0.2") + (version "5.2.0") (source (origin (method git-fetch) @@ -1707,7 +1707,7 @@ multiple services and devices with hundreds of supported integrations.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1wl75j6ncm5lahy9pzc38qivhaf9p42a2bijishdkwkw388fs6x1")))) + (base32 "0rgwa7mimznwkn8ql17yxwxsfp0is3i75y7bf62mgsxjyx7zawcd")))) (build-system pyproject-build-system) (arguments (list -- cgit v1.3