python3Packages.pytest-codspeed: 4.2.0 -> 5.0.3

https://github.com/CodSpeedHQ/pytest-codspeed/releases/tag/v5.0.3
This commit is contained in:
Martin Weinelt
2026-07-12 20:42:29 +02:00
parent a0d032ff70
commit f59dfacbf6

View File

@@ -24,14 +24,14 @@ in
buildPythonPackage rec {
pname = "pytest-codspeed";
version = "4.2.0";
version = "5.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "CodSpeedHQ";
repo = "pytest-codspeed";
tag = "v${version}";
hash = "sha256-MrdMUTNXRatGNsfw7Ghp/PIXPnocEgEMBjAwML/tMos=";
hash = "sha256-qlv7iCT1q/U8fWbXGYQyw2mcR7GS9w41FlRQvRxnHh8=";
};
postPatch = ''