Merge pull request #141703 from r-ryantm/auto-update/python3.8-fido2

python38Packages.fido2: 0.9.1 -> 0.9.2
This commit is contained in:
Pavol Rusnak 2021-10-15 08:50:43 +02:00 committed by GitHub
commit 1fdea6bc66
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.1";
version = "0.9.2";
src = fetchPypi {
inherit pname version;
sha256 = "8680ee25238e2307596eb3900a0f8c0d9cc91189146ed8039544f1a3a69dfe6e";
sha256 = "f491c47bb2d74fa157f9d127a1cbb2753a15939a21e78ba8b0bd323d7d101c61";
};
propagatedBuildInputs = [ six cryptography ];