From 57f7695700c6c9f284c23dee746c797e9d238eb5 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 10 Mar 2024 19:06:47 +0100 Subject: [PATCH] xonsh: update to 0.15.1 --- srcpkgs/xonsh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 34768d699d0..eecb24fb950 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,6 +1,6 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.14.4 +version=0.15.1 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=aaf907cca037ef7729f2c17674c55e6439be404ffcab6b56b09f7cc3e30a0f32 +checksum=9780c6c879b105caefa2b6bff6355f27504459900c65e5ebcc3812d7f13a0648 register_shell="/bin/xonsh" # FIXME: AttributeError because of missing XSH.load() and multiple other failures make_check=no