Merge pull request #298752 from r-ryantm/auto-update/python311Packages.fido2

python311Packages.fido2: 1.1.2 -> 1.1.3
This commit is contained in:
Pavol Rusnak 2024-03-25 00:18:10 +01:00 committed by GitHub
commit b78e7e0acc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "fido2";
version = "1.1.2";
version = "1.1.3";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-YRDZExBvdhmSAbMtJisoV1YsxGuh0LnFH7zjDck2xXM=";
hash = "sha256-JhAPIm0SztYhymGYUozhft9nt430KHruEoX+481aqfw=";
};
nativeBuildInputs = [