Skip to content

Commit

Permalink
python312Packages.fido2: 1.1.3 -> 1.2.0 (#359632)
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak authored Nov 29, 2024
2 parents c55f244 + 9979923 commit 6ede23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fido2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 6ede23a

Please sign in to comment.