Merge pull request #328197 from frogamic/pynitrokey-update

python3Packages.pynitrokey: 0.4.47 -> 0.4.49
This commit is contained in:
Peder Bergebakken Sundt
2024-07-25 22:03:51 +02:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -30,7 +30,7 @@
let
pname = "pynitrokey";
version = "0.4.47";
version = "0.4.49";
mainProgram = "nitropy";
in
@@ -40,7 +40,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-WOHDskGAZGhiU48JGV0yDhWIpFELFLHhn9g5sbchKKg=";
hash = "sha256-lYdrqXdB5ATFQZMUIMebpIng26ZuZW3zRnQPXiO+uTY=";
};
propagatedBuildInputs = [
@@ -37,6 +37,8 @@ python3.pkgs.buildPythonApplication rec {
qt-material
];
pythonRelaxDeps = [ "pynitrokey" ];
pythonImportsCheck = [
"nitrokeyapp"
];