From eb6a7d97cddbcaea32825dda31a4ccfaedc3dc0a Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Sun, 25 Jul 2021 02:38:14 +0300 Subject: [PATCH] xonsh: update to 0.10.1 --- srcpkgs/xonsh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 732d1ca301fbbf..8b4e48eae050ad 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,6 +1,6 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.9.27 +version=0.10.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,7 +11,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=e9f2b40d94fa0e4bafada8a0d8c9db9a16ad7be2a3f1acf3b1c8955b12d4e1c6 +checksum=4ede94226b0cc5f429bc7605ace88137c685d24675228e9e94ec18341dd30be4 register_shell="/bin/xonsh" # FIXME: fails with multiple AttributeErrors make_check=extended