beets: update to 2.3.1.

This commit is contained in:
Hendrik Boll 2025-08-08 13:13:01 +02:00 committed by Duncan Overbruck
parent cf5ebfb7ec
commit ae13267159

View file

@ -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