diff --git a/.update/pre-patches b/.update/pre-patches index 9355ec3d00..afc0ebcb4d 100755 --- a/.update/pre-patches +++ b/.update/pre-patches @@ -293,7 +293,7 @@ _EOF_ fi # v8.23 -if (( $G_DIETPI_VERSION_CORE < 8 || ( $G_DIETPI_VERSION_CORE == 8 && $G_DIETPI_VERSION_SUB < 22 ) )) +if (( $G_DIETPI_VERSION_CORE < 8 || ( $G_DIETPI_VERSION_CORE == 8 && $G_DIETPI_VERSION_SUB < 23 ) )) then # RISC-V: Migrate from Debian ports to regular Debian Sid if (( $G_HW_ARCH == 11 )) diff --git a/dietpi/dietpi-software b/dietpi/dietpi-software index 01977c2599..8d2827ad88 100755 --- a/dietpi/dietpi-software +++ b/dietpi/dietpi-software @@ -11419,7 +11419,7 @@ _EOF_ local ha_user='homeassistant' local ha_home="/home/$ha_user" local ha_pyenv_activation=". $ha_home/pyenv-activate.sh" - local ha_python_version='3.11.5' # https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build + local ha_python_version='3.11.6' # https://github.com/pyenv/pyenv/tree/master/plugins/python-build/share/python-build G_DIETPI-NOTIFY 2 "Home Assistant user: $ha_user" G_DIETPI-NOTIFY 2 "Home Assistant home: $ha_home"