python37Packages.fido2: 0.7.0 -> 0.7.1

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
This commit is contained in:
R. RyanTM 2019-09-28 01:47:19 -07:00
parent c455adcc42
commit 3dffba8a47

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 ];