Unverified Commit 266471ac authored by Martin Weinelt's avatar Martin Weinelt
Browse files
parent 0fc80fcb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,12 +4,12 @@ with python3Packages;

buildPythonApplication rec {
  pname = "pynitrokey";
  version = "0.4.36";
  version = "0.4.37";
  format = "flit";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Y+6T1iUp9TVYbAjpXVHozC6WT061r0VYv/ifu8lcN6E=";
    hash = "sha256-KoZym1b+E0P3kRt0PTm9wCX4nO31isDIwEq38xMgDDU=";
  };

  propagatedBuildInputs = [