python: pytest-timeout: 1.3.0 -> 1.3.1

+2 -2
+2 -2
pkgs/development/python-modules/pytest-timeout/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "pytest-timeout"; 10 - version = "1.3.0"; 10 + version = "1.3.1"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "08b550b498b9251901a3747f02aa2624ed53a9c8285ca482551346c85b47d641"; 14 + sha256 = "4b261bec5782b603c98b4bb803484bc96bf1cdcb5480dae0999d21c7e0423a23"; 15 15 }; 16 16 buildInputs = [ pytest ]; 17 17 checkInputs = [ pytest pexpect ];