Unverified Commit 1e620a4f authored by Johannes Schleifenbaum's avatar Johannes Schleifenbaum
Browse files

pynitrokey: 0.4.27 -> 0.4.30

parent aa371581
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.27";
  version = "0.4.30";
  format = "flit";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-aWQhMvATcDtyBtj38mGnypkKIqKQgneBzWDh5o/5Wkc=";
    sha256 = "sha256-JmvA8Z1oFOP62TpJ0g7VO5hq3YS3/DFB/BKt2o79AOE=";
  };

  propagatedBuildInputs = [