From b8ae2b5f022fb698115820f6931e064846b0527d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:20 -0400 Subject: [PATCH] python3-musicpd: rebuild for Python 3.12 --- srcpkgs/python3-musicpd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-musicpd/template b/srcpkgs/python3-musicpd/template index bd60c08541f..b7dfc3349e5 100644 --- a/srcpkgs/python3-musicpd/template +++ b/srcpkgs/python3-musicpd/template @@ -1,7 +1,7 @@ # Template file for 'python3-musicpd' pkgname=python3-musicpd version=0.4.4 -revision=5 +revision=6 build_style=python3-module pycompile_module="musicpd.py" hostmakedepends="python3-setuptools"