There is a new pull request by jason1987d against master on the void-packages repository https://github.com/jason1987d/void-packages audacity https://github.com/void-linux/void-packages/pull/40508 [WIP] audacity: update to 3.2.1. WIP. audacity 3.x has created new dependency chains. so far updated python3-semver builds and tests successfully at least on my machine, but the new package python3-conan (required for new audacity) has the following error on do_check. ``` conans/client/tools/version.py:5: in from semver import SemVer E ImportError: cannot import name 'SemVer' from 'semver' (/usr/lib/python3.11/site-packages/semver/__init__.py) ``` Requested to set up this PR as such from voidlinux IRC chat, this may get split into different PRs in the future. A patch file from https://github.com/void-linux/void-packages/pull/40508.patch is attached