From f2fb76e253285a9ed6b3d40726407ab14b918b42 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Sat, 14 May 2022 09:34:41 +0300 Subject: [PATCH] xonsh: update to 0.12.4. --- srcpkgs/xonsh/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xonsh/template b/srcpkgs/xonsh/template index 69caa602e442..3518ea8e5d27 100644 --- a/srcpkgs/xonsh/template +++ b/srcpkgs/xonsh/template @@ -1,6 +1,6 @@ # Template file for 'xonsh' pkgname=xonsh -version=0.11.0 +version=0.12.4 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=9d73273276996297920c234c7d4267a305c695f0e9e2454dbdf0655c3a8f75cb +checksum=eb7932e680ac1533a43746bd0883a90e1b4623d2662da2feaa37f2d571515a1b register_shell="/bin/xonsh" # FIXME: fails with multiple AttributeErrors make_check=extended