Merge pull request #49041 from r-ryantm/auto-update/python3.6-fido2

python36Packages.fido2: 0.3.0 -> 0.4.0
This commit is contained in:
Jörg Thalheim 2018-10-25 17:34:10 +01:00 committed by GitHub
commit 8708dac063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "fido2"; pname = "fido2";
version = "0.3.0"; version = "0.4.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0ddbhg4nsabi9w66l8vkr0i5r80jqihlic5yrdl3v1aqahvxph1j"; sha256 = "12245b16czsgq4a251jqlk5qs3sldlcryfcganswzk2lbgplmn7q";
}; };
# The pypi package does not include tests # The pypi package does not include tests