Unverified Commit 97ec7b1f authored by Damien Cassou's avatar Damien Cassou Committed by GitHub
Browse files

python3Packages.pynitrokey: 0.8.1 -> 0.8.3 (#406128)

parents 002647d4 9291e4c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

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

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

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-HLqT4r0ljRU5TYRJuBJvt9tF0igxaerUEPobyzWLCO8=";
    hash = "sha256-GPg034MhJLROSERWasZyvklckLICBI6XWMTLC++nX4g=";
  };

  nativeBuildInputs = [ installShellFiles ];