python36Packages.pytest-timeout: 1.3.2 -> 1.3.3

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.6-pytest-timeout/versions
This commit is contained in:
R. RyanTM 2018-11-18 07:48:10 -08:00
parent d208fa53eb
commit a58f0014f5

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "pytest-timeout";
version = "1.3.2";
version = "1.3.3";
src = fetchPypi {
inherit pname version;
sha256 = "1117fc0536e1638862917efbdc0895e6b62fa61e6cf4f39bb655686af7af9627";
sha256 = "1cczcjhw4xx5sjkhxlhc5c1bkr7x6fcyx12wrnvwfckshdvblc2a";
};
checkInputs = [ pytest pexpect ];