Unverified Commit e171f540 authored by r-vdp's avatar r-vdp
Browse files

nitrokey: 0.2.3 -> 0.2.4

This fixes the build failure on master,
see https://github.com/Nitrokey/nitrokey-sdk-py/issues/60
parent 233b82ef
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.3";
  version = "0.2.4";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-8Ig2LI7waU/IbUwApyFI2TwtarT5bYolgeq14SgmbEo=";
    hash = "sha256-XDlcOfOTGgYsg5DLsy1wJd3AzuvWSvqyFSEYrDOp0Ic=";
  };

  disabled = pythonOlder "3.9";