Merge pull request #69799 from r-ryantm/auto-update/python3.7-fido2

python37Packages.fido2: 0.7.0 -> 0.7.1
This commit is contained in:
Mario Rodas 2019-09-28 14:16:05 -05:00 committed by GitHub
commit 4e7c475327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "fido2";
version = "0.7.0";
version = "0.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "11wdcjymw8y6wxgp29gbhdxff3lpc5yp5fcqnr5vnj88g192ic27";
sha256 = "10i61g8srx1dk0wfjj11s7ka5pv0661ivwg2r0y3y2nsnf5b90s4";
};
propagatedBuildInputs = [ six cryptography ];