There is an updated pull request by slymattz against master on the void-packages repository https://github.com/slymattz/void-packages nitrokey-0.5.0 https://github.com/void-linux/void-packages/pull/52240 New package: python3-pynitrokey-0.7.0 #### Testing the changes - I tested the changes in this PR: **YES** #### Dependencies 1. https://github.com/Nitrokey/pynitrokey/blob/master/pyproject.toml 2. https://github.com/Nitrokey/nitrokey-sdk-py/blob/main/pyproject.toml 3. https://github.com/Nitrokey/nethsm-sdk-py/blob/main/pyproject.toml EDIT 12/13/24: Updating firmware on NK3 as a non-root user requires the following udev rule: `ATTRS{idVendor}=="20a0", ATTRS{idProduct}=="42dd", MODE="666"` The Nitrokey team is already aware of the issue caused by a broken dependency (python3-hidapi ver. 0.14.post4) and is working on fixing the problem in the future release. For reference, see https://github.com/Nitrokey/pynitrokey/pull/602/commits/687e4b787073c9e0eb0228c96766a68696d4ae10 #### Local build testing - I built this PR locally for my native architecture: x86_64-glibc - I built this PR locally for these architectures: - x86_64-musl - armv6l-musl (crossbuild) - aarch64-glibc (crossbuild) - armv7l-musl (crossbuild) A patch file from https://github.com/void-linux/void-packages/pull/52240.patch is attached