python3Packages.pynitrokey: 0.8.1 -> 0.8.3

This commit is contained in:
R. Ryantm
2025-05-11 09:47:25 +00:00
parent 88cb04966c
commit 9291e4c2a0
@@ -30,7 +30,7 @@
let
pname = "pynitrokey";
version = "0.8.1";
version = "0.8.3";
mainProgram = "nitropy";
in
@@ -40,7 +40,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-HLqT4r0ljRU5TYRJuBJvt9tF0igxaerUEPobyzWLCO8=";
hash = "sha256-GPg034MhJLROSERWasZyvklckLICBI6XWMTLC++nX4g=";
};
nativeBuildInputs = [ installShellFiles ];