Unverified Commit 61e1dd63 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pynitrokey: 0.11.3 -> 0.11.4 (#499552)

parents c0d2e7cc 13b202fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@

let
  pname = "pynitrokey";
  version = "0.11.3";
  version = "0.11.4";
  mainProgram = "nitropy";
in

@@ -35,7 +35,7 @@ buildPythonPackage {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-b1Npw+FBG8Ti5VjfipgjeZ5pcufm+7K6qdhFBnmTeFs=";
    hash = "sha256-MSqWgYuuU7uuYasxTTLRbrrAWQAwE4qQlEZIHiYB/78=";
  };

  nativeBuildInputs = [ installShellFiles ];