Unverified Commit 09b24484 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

nitrokey: 0.2.3 -> 0.2.4 (#375776)

parents 864f89f9 e171f540
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";