Unverified Commit 6ede23a8 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

python312Packages.fido2: 1.1.3 -> 1.2.0 (#359632)

parents c55f2445 99799235
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "fido2";
  version = "1.1.3";
  version = "1.2.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-JhAPIm0SztYhymGYUozhft9nt430KHruEoX+481aqfw=";
    hash = "sha256-45+VkgEi1kKD/aXlWB2VogbnBPpChGv6RmL4aqDTMzs=";
  };

  build-system = [ poetry-core ];