Unverified Commit 11bff8b9 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #328197 from frogamic/pynitrokey-update

python3Packages.pynitrokey: 0.4.47 -> 0.4.49
parents 5b98dd07 ba4f74c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+2 −0
Original line number Diff line number Diff line
@@ -37,6 +37,8 @@ python3.pkgs.buildPythonApplication rec {
    qt-material
  ];

  pythonRelaxDeps = [ "pynitrokey" ];

  pythonImportsCheck = [
    "nitrokeyapp"
  ];