Merge pull request #145964 from r-ryantm/auto-update/python38Packages.fido2

python38Packages.fido2: 0.9.2 -> 0.9.3
This commit is contained in:
Pavol Rusnak 2021-11-14 18:35:02 +01:00 committed by GitHub
commit 1c3f9be38f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "fido2";
version = "0.9.2";
version = "0.9.3";
src = fetchPypi {
inherit pname version;
sha256 = "f491c47bb2d74fa157f9d127a1cbb2753a15939a21e78ba8b0bd323d7d101c61";
sha256 = "b45e89a6109cfcb7f1bb513776aa2d6408e95c4822f83a253918b944083466ec";
};
propagatedBuildInputs = [ six cryptography ];