Unverified Commit 6c750ff0 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

python312Packages.nitrokey: 0.2.0 -> 0.2.1 (#350309)

parents 7783a48f 49ff1184
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,12 +18,12 @@

buildPythonPackage rec {
  pname = "nitrokey";
  version = "0.2.0";
  version = "0.2.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-oWfhy7Mj1UnrC70G7fpkl4q4uG0CdvO0BHwfJYszR30=";
    hash = "sha256-Hn/CYvuPRkT9NYzfB8skN3Z732xfmHu6xDTVI/nDbqU=";
  };

  disabled = pythonOlder "3.9";