diff --git a/app-shells/xonsh/xonsh-0.10.1.recipe b/app-shells/xonsh/xonsh-0.11.0.recipe similarity index 92% rename from app-shells/xonsh/xonsh-0.10.1.recipe rename to app-shells/xonsh/xonsh-0.11.0.recipe index 4c00786dd..07b64434b 100644 --- a/app-shells/xonsh/xonsh-0.10.1.recipe +++ b/app-shells/xonsh/xonsh-0.11.0.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2015-2019 the xonsh developers" LICENSE="BSD (2-clause)" REVISION="1" SOURCE_URI="https://github.com/xonsh/xonsh/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="4ede94226b0cc5f429bc7605ace88137c685d24675228e9e94ec18341dd30be4" +CHECKSUM_SHA256="9d73273276996297920c234c7d4267a305c695f0e9e2454dbdf0655c3a8f75cb" ARCHITECTURES="any" @@ -23,8 +23,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python3) -PYTHON_VERSIONS=(3.7) +PYTHON_PACKAGES=(python3.10) +PYTHON_VERSIONS=(3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}