Merge pull request #63403 from r-ryantm/auto-update/python3.7-trustme

python37Packages.trustme: 0.5.1 -> 0.5.2
This commit is contained in:
Mario Rodas 2019-06-17 23:01:08 -05:00 committed by GitHub
commit c9b3964dbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "trustme";
version = "0.5.1";
version = "0.5.2";
src = fetchPypi {
inherit pname version;
sha256 = "8d12837c6242afe1660dee08d44d96f40c9a5074cc58caf39f8c8fdf4b526529";
sha256 = "103f8n0c60593r0z8hh1zvk1bagxwnhrv3203xpiiddwqxalr04b";
};
checkInputs = [ pytest pyopenssl service-identity ];