mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-19 07:01:12 +00:00
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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user