python3Packages.pynitrokey: 0.8.5 -> 0.9.3

https://github.com/Nitrokey/pynitrokey/releases/tag/v0.9.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:38 +02:00
parent de1b77e2af
commit bf432ae2a4
@@ -30,7 +30,7 @@
let
pname = "pynitrokey";
version = "0.8.5";
version = "0.9.3";
mainProgram = "nitropy";
in
@@ -40,7 +40,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-mPhH4IdpKKA9d8sJOGMWpGerzki5qZHFHe4u4ao2RgE=";
hash = "sha256-nZBgKJfRIte/KyHqdBLe6spudJW7livyA9OvdZ4/q4o=";
};
nativeBuildInputs = [ installShellFiles ];