python3Packages.pytest-run-parallel: 0.8.2 -> 0.9.1

https://github.com/Quansight-Labs/pytest-run-parallel/releases/tag/v0.9.1
This commit is contained in:
Martin Weinelt 2026-06-15 15:48:32 +02:00
commit 81f9403c1e
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -21,14 +21,14 @@
buildPythonPackage (finalAttrs: {
pname = "pytest-run-parallel";
version = "0.8.2";
version = "0.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Quansight-Labs";
repo = "pytest-run-parallel";
tag = "v${finalAttrs.version}";
hash = "sha256-/EoIemQvQFgo9Ic+ZcQJk7fC8S+OHOHaHODrsivarhY=";
hash = "sha256-8ndm/CKtWieNF3mx7Ni7nPO4psam3TAM9NJzdiiSpPQ=";
};
build-system = [ setuptools ];