From 42c495fbba31cd6a0f1260fbc414795c26f91e05 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Fri, 21 Jun 2024 23:26:57 +0200 Subject: [PATCH] xonsh: update to 0.17.0 --- srcpkgs/xonsh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 5fece83c8c84cb..10b42ecf0d3135 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,6 +1,6 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.16.0 +version=0.17.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-wheel" @@ -12,7 +12,7 @@ license="GPL-3.0-or-later" homepage="https://xon.sh/" changelog="https://raw.githubusercontent.com/xonsh/xonsh/master/CHANGELOG.rst" distfiles="https://github.com/xonsh/xonsh/archive/${version}.tar.gz" -checksum=914e95c5946d92e71e09a5787e7dc8ed0e49e19c9ae70d8943d9a40bbae62fd9 +checksum=7a7ad21eb6831ed09e2949cd65282f6e84c7406179f031706d8a41eeb6919a81 register_shell="/bin/xonsh" # FIXME: AttributeError because of missing XSH.load() and multiple other failures make_check=no