summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-18 20:32:49 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-18 20:32:49 +0100
commit3a0deff81a999a9929d7681676c9cf952bd9ce08 (patch)
treed120272aa5d9f2ef63ebcafffada1882e38c955a
parent1f53434635b0405374c889fcc513fc1a2c281b67 (diff)
gnu: python-esptool: Update to 5.2.0.
* gnu/packages/engineering.scm (python-esptool): Update to 5.2.0. Change-Id: I32ec233f70e2630d88506bfd3b1df9cf8cdc77f3
-rw-r--r--gnu/packages/engineering.scm4
1 files 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