diff --git a/srcpkgs/beets/template b/srcpkgs/beets/template index 00372278f49..4eec570a4d1 100644 --- a/srcpkgs/beets/template +++ b/srcpkgs/beets/template @@ -1,6 +1,6 @@ # Template file for 'beets' pkgname=beets -version=2.3.0 +version=2.3.1 revision=1 build_style=python3-pep517 # tests requires unpackaged librosa, pytest-flask @@ -21,7 +21,7 @@ license="MIT" homepage="https://beets.io" changelog="https://raw.githubusercontent.com/beetbox/beets/master/docs/changelog.rst" distfiles="${PYPI_SITE}/b/${pkgname}/${pkgname}-${version}.tar.gz" -checksum="b24fc7949af502601774f907ebed1998f9adf411ec8df1123a1fc3f334b63102" +checksum=87598721a14af89a06d5ad3d9e8138f8ac112510271a981a90b840ed784d5712 pre_check() { # https://github.com/beetbox/beets/issues/5770