From 2866cc27f3eaba8712cdd71016355249ad8dc82b Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 18 Sep 2023 23:37:19 +0200 Subject: [PATCH] xonsh: update to 0.14.1 --- srcpkgs/xonsh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 94561f0ccfe..2d1e6772149 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,6 +1,6 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.14.0 +version=0.14.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=a83f9540f5652ec84b1f0d38aa6f17443a288a71791223421495e6bcd2f8625a +checksum=de132cef00df4c7c0d1071dc26538cd266c6110c2b721fa02b933629a3bc9caa register_shell="/bin/xonsh" # FIXME: fails with multiple AttributeErrors make_check=extended