From ce647927feddc3d91e338e90ec30fddbaadd24f2 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Fri, 26 May 2023 18:34:16 +0200 Subject: [PATCH] xonsh: update to 0.14.0 --- srcpkgs/xonsh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 83df2334ceb5..94561f0ccfe3 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,6 +1,6 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.13.4 +version=0.14.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=2386351e2dc29120466b937f8b25cb0e86ffb2c629c1d0df71175d712cdea478 +checksum=a83f9540f5652ec84b1f0d38aa6f17443a288a71791223421495e6bcd2f8625a register_shell="/bin/xonsh" # FIXME: fails with multiple AttributeErrors make_check=extended