From 30445392b7dd92d32643687d0792fb650a791d85 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 4 Feb 2024 22:24:56 +0100 Subject: [PATCH] xonsh: update to 0.14.4 --- srcpkgs/xonsh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 59687b851fe8d..34768d699d0ec 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,6 +1,6 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.14.2 +version=0.14.4 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=7b94bc5a6fb988361e2deef8ba768b8d761b721c84bbee039db0730e66203922 +checksum=aaf907cca037ef7729f2c17674c55e6439be404ffcab6b56b09f7cc3e30a0f32 register_shell="/bin/xonsh" # FIXME: AttributeError because of missing XSH.load() and multiple other failures make_check=no