Unverified Commit 4b5e8184 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

python3Packages.nitrokey: 0.4.1 -> 0.4.2 (#468979)

parents 0b9bb8f8 1fa60f17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,12 +17,12 @@

buildPythonPackage rec {
  pname = "nitrokey";
  version = "0.4.1";
  version = "0.4.2";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-m351pDLMuZaddbUqJz5r/ljz/vVq+RBDGk4xskc3HCk=";
    hash = "sha256-ZyB5gNZc5HxohZypc/198PPBxqG9URscQfXYAWzs7n8=";
  };

  pythonRelaxDeps = [ "protobuf" ];