Commit 428fe359 authored by Dominic Shelton's avatar Dominic Shelton
Browse files

pynitrokey: 0.4.31 -> 0.4.34

parent 22071c83
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -4,33 +4,33 @@ with python3Packages;

buildPythonApplication rec {
  pname = "pynitrokey";
  version = "0.4.31";
  version = "0.4.34";
  format = "flit";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-nqw5wUzQxKCBzYBRhqB6v7WWrF1Ojf8z6Kf1YUA9+wU=";
    hash = "sha256-lMXoDkNiAmGb6e4u/vZMcmXUclwW402YUGihLjWIr+U=";
  };

  propagatedBuildInputs = [
    certifi
    cffi
    click
    cryptography
    ecdsa
    frozendict
    fido2
    intelhex
    nkdfu
    nrfutil
    pyserial
    python-dateutil
    pyusb
    requests
    pygments
    python-dateutil
    spsdk
    tqdm
    urllib3
    cffi
    cbor
    nkdfu
    fido2
    tlv8
    typing-extensions
  ];

  nativeBuildInputs = [
@@ -39,7 +39,9 @@ buildPythonApplication rec {

  pythonRelaxDeps = [
    "cryptography"
    "python-dateutil"
    "spsdk"
    "typing_extensions"
  ];

  # no tests