Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python37Packages.fido2: 0.5.0 -> 0.7.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-fido2/versions

+2 -2
+2 -2
pkgs/development/python-modules/fido2/default.nix
··· 5 5 6 6 buildPythonPackage rec { 7 7 pname = "fido2"; 8 - version = "0.5.0"; 8 + version = "0.7.0"; 9 9 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "1pl8d2pr6jzqj4y9qiaddhjgnl92kikjxy0bgzm2jshkzzic8mp3"; 12 + sha256 = "11wdcjymw8y6wxgp29gbhdxff3lpc5yp5fcqnr5vnj88g192ic27"; 13 13 }; 14 14 15 15 propagatedBuildInputs = [ six cryptography ];