pynitrokey: 0.7.4 -> 0.8.1 (#396528)

This commit is contained in:
Damien Cassou 2025-04-07 09:31:02 +02:00 committed by GitHub
commit 1c02bea28a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -17,12 +17,12 @@
buildPythonPackage rec {
pname = "nitrokey";
version = "0.2.4";
version = "0.3.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-XDlcOfOTGgYsg5DLsy1wJd3AzuvWSvqyFSEYrDOp0Ic=";
hash = "sha256-Lf20du+DDwMrHrC+wCXxFNG8ThBnbonx4wq7DatH4X4=";
};
disabled = pythonOlder "3.9";

View File

@ -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 ];