From 9eaf4f8453ad52ef9a8039bc06809a78fa0db1d3 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Fri, 24 Mar 2023 23:16:05 +0100 Subject: [PATCH] pyradio: update to 0.9.2. --- srcpkgs/pyradio/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template index 45d73555d2cc..5692531bb49b 100644 --- a/srcpkgs/pyradio/template +++ b/srcpkgs/pyradio/template @@ -1,6 +1,6 @@ # Template file for 'pyradio' pkgname=pyradio -version=0.9.1 +version=0.9.2 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,7 +11,7 @@ license="MIT" homepage="http://www.coderholic.com/pyradio/" changelog="https://raw.githubusercontent.com/coderholic/pyradio/master/Changelog" distfiles="https://github.com/coderholic/pyradio/archive/${version}.tar.gz" -checksum=0510eabdc5473b90821b38c142cf4dfa8229cb3c52d534fbfc625a0515f6f1e3 +checksum=aa2fbbdff2a0239d9b62880b091f595c59bde182ac9555bfec046a3fe8762bdd make_check=no # pytest reports "no tests ran" post_install() {