There is a newer version 3.2.0 out since two days, but we tested with this now one month old release from May.
Signed-off-by: Markus Heidelberg <[email protected]> --- rules/python3-statemachine.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/python3-statemachine.make b/rules/python3-statemachine.make index a29dca7de..dc2a4321b 100644 --- a/rules/python3-statemachine.make +++ b/rules/python3-statemachine.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_PYTHON3_STATEMACHINE) += python3-statemachine # # Paths and names # -PYTHON3_STATEMACHINE_VERSION := 2.5.0 -PYTHON3_STATEMACHINE_SHA256 := ae88cd22e47930b92b983a2176e61d811e571b69897be2568ec812c2885fb93a +PYTHON3_STATEMACHINE_VERSION := 3.1.2 +PYTHON3_STATEMACHINE_SHA256 := 3a64c4ae91d628eb256580f328c68b16e472f25794d2c478e91f2f1dfb8b0668 PYTHON3_STATEMACHINE := python_statemachine-$(PYTHON3_STATEMACHINE_VERSION) PYTHON3_STATEMACHINE_SUFFIX := tar.gz PYTHON3_STATEMACHINE_URL := $(call ptx/mirror-pypi, python-statemachine, $(PYTHON3_STATEMACHINE).$(PYTHON3_STATEMACHINE_SUFFIX)) -- 2.43.0
