Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python37Packages.pytest-faulthandler: 1.5.0 -> 1.6.0

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-pytest-faulthandler/versions

+2 -2
+2 -2
pkgs/development/python-modules/pytest-faulthandler/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pytest-faulthandler"; 13 - version = "1.5.0"; 13 + version = "1.6.0"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "bf8634c3fd6309ef786ec03b913a5366163fdb094ebcfdebc35626400d790e0d"; 17 + sha256 = "1bvfy6yyh2zlsrkpfmxy17149752m9y6ji9d34qp44bnci83dkjq"; 18 18 }; 19 19 20 20 nativeBuildInputs = [ setuptools_scm pytest ];