Unverified Commit 1c02bea2 authored by Damien Cassou's avatar Damien Cassou Committed by GitHub
Browse files

pynitrokey: 0.7.4 -> 0.8.1 (#396528)

parents da3ddfd8 74f508c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,12 +17,12 @@

buildPythonPackage rec {
  pname = "nitrokey";
  version = "0.2.4";
  version = "0.3.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-XDlcOfOTGgYsg5DLsy1wJd3AzuvWSvqyFSEYrDOp0Ic=";
    hash = "sha256-Lf20du+DDwMrHrC+wCXxFNG8ThBnbonx4wq7DatH4X4=";
  };

  disabled = pythonOlder "3.9";
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

let
  pname = "pynitrokey";
  version = "0.7.4";
  version = "0.8.1";
  mainProgram = "nitropy";
in

@@ -40,7 +40,7 @@ buildPythonPackage {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-Qd1fc8ihoAk8kpexzm9sGh4VRo2o4e8weUjEztat/CY=";
    hash = "sha256-HLqT4r0ljRU5TYRJuBJvt9tF0igxaerUEPobyzWLCO8=";
  };

  nativeBuildInputs = [ installShellFiles ];