python3Packages.pynitrokey: 0.7.4 -> 0.8.1

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

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-04-03 23:12:53 +02:00
parent 3f24d0fabc
commit 35f13faca5
@@ -30,7 +30,7 @@
let
pname = "pynitrokey";
version = "0.7.4";
version = "0.8.1";
mainProgram = "nitropy";
in
@@ -40,7 +40,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-Qd1fc8ihoAk8kpexzm9sGh4VRo2o4e8weUjEztat/CY=";
hash = "sha256-HLqT4r0ljRU5TYRJuBJvt9tF0igxaerUEPobyzWLCO8=";
};
nativeBuildInputs = [ installShellFiles ];