Merge pull request #63390 from r-ryantm/auto-update/python3.7-pytest-faulthandler

python37Packages.pytest-faulthandler: 1.5.0 -> 1.6.0
This commit is contained in:
Mario Rodas 2019-06-18 06:16:36 -05:00 committed by GitHub
commit 7ade44ee67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "pytest-faulthandler";
version = "1.5.0";
version = "1.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "bf8634c3fd6309ef786ec03b913a5366163fdb094ebcfdebc35626400d790e0d";
sha256 = "1bvfy6yyh2zlsrkpfmxy17149752m9y6ji9d34qp44bnci83dkjq";
};
nativeBuildInputs = [ setuptools_scm pytest ];