lol

Merge pull request #196514 from r-ryantm/auto-update/python310Packages.fido2

python310Packages.fido2: 1.0.0 -> 1.1.0

authored by

Pavol Rusnak and committed by
GitHub
02ad70f2 d9f2904c

+2 -2
+2 -2
pkgs/development/python-modules/fido2/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "fido2"; 13 - version = "1.0.0"; 13 + version = "1.1.0"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "sha256-JQmklYtmbXR/1XVN+pNX2i2BtS7cDs/3W2jOqTkVTAI="; 17 + sha256 = "sha256-K0tOYgwhAEQsIGeODpUa1tHvs7pcqOu3IMTI1UMpNnQ="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [ six cryptography ];