From 4b2e661d516728b8973dc2fcc75a0f38ff3ab551 Mon Sep 17 00:00:00 2001 From: Marius Schamschula Date: Fri, 3 Jul 2026 08:06:31 -0500 Subject: [PATCH] xonsh: update to 0.24.0 --- shells/xonsh/Portfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shells/xonsh/Portfile b/shells/xonsh/Portfile index f645fc1fb0f..25a79e905cd 100644 --- a/shells/xonsh/Portfile +++ b/shells/xonsh/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 PortGroup github 1.0 PortGroup python 1.0 -github.setup xonsh xonsh 0.23.8 +github.setup xonsh xonsh 0.24.0 github.tarball_from archive revision 0 @@ -23,9 +23,9 @@ long_description {*}${description} \ supported_archs noarch platforms {darwin any} -checksums rmd160 f4115a8d96f84efc7552125a33a3d52e34751ef8 \ - sha256 3482272f0a27d08f9381169bcd7b4945783b855751c7053cd534d54c7fe84081 \ - size 6305822 +checksums rmd160 ca4e3deaaa475c00efc56302186f214669101827 \ + sha256 6da89369188f3ab43628ff2dd4f378bf335fc563d84e5978c63e4f64eda68eb9 \ + size 6336902 variant python310 conflicts python311 python312 python313 python314 description {Use Python 3.10} {} variant python311 conflicts python310 python312 python313 python314 description {Use Python 3.11} {}