There is an updated pull request by jcgruenhage against master on the void-packages repository https://github.com/jcgruenhage/void-packages python3-hatch-1.2.1_1 https://github.com/void-linux/void-packages/pull/37514 New package: python3-hatch-1.2.1 #### Testing the changes - I tested the changes in this PR: **briefly** ### Bikeshedding opportunities - As they aren't just libraries, but also CLI tools, do hatch/hatchling need the `python3-` prefix? I personally don't like it, and would argue in favor of removing it - There's nearly no testing happening here, but that's due to the deps either requiring git checkouts with submodules, or themselves to be installed for testing. Any opinions on this? I'd prefer to have some amount of automatic testing here and not just a "JC has run this on his laptop once", considering that these are likely to be fairly central Python packages - Is a major update of python3-click something that might need additional testing? 29 of our packages depend on it, but on the other hand, it's *probably* fine, right? Fixes #37334 A patch file from https://github.com/void-linux/void-packages/pull/37514.patch is attached