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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user