From 95018884017bc75bd5e90f27a0c025798ed299cf Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Wed, 28 Sep 2022 14:19:34 +0200 Subject: [PATCH] xonsh: update to 0.13.3 --- srcpkgs/xonsh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index c4d324cd8706..8ea93cada13c 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,6 +1,6 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.13.0 +version=0.13.3 revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-wheel" @@ -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=8440abd1515e47b707624dfb8da08e230ebc7854edd3edcfca0d775018e0ad8d +checksum=a84ed0f31746711280a72830aa64fed5d27b8aac8b7ffa7441556311ed2e7080 register_shell="/bin/xonsh" # FIXME: fails with multiple AttributeErrors make_check=extended