Merge pull request #328197 from frogamic/pynitrokey-update
python3Packages.pynitrokey: 0.4.47 -> 0.4.49
This commit is contained in:
@@ -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"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user