python3Packages.pytest-timeout: 2.2.0 -> 2.3.1

https://github.com/pytest-dev/pytest-timeout/#changelog
This commit is contained in:
Martin Weinelt 2024-03-08 02:42:02 +01:00
parent 4fe4eb3ccc
commit 1b741266a3

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "pytest-timeout";
version = "2.2.0";
version = "2.3.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-OwuV2r88tQusnvXKkS+gz8KGUmrxevyAaCTfIML3LJA=";
hash = "sha256-Ejl3KRJcbsvaygEDW55SOdTblzUjIK8VWz9d4bpRZdk=";
};
buildInputs = [