mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-27 08:04:14 +00:00
python312Packages.pytest-codspeed: 3.0.0 -> 3.1.0
Diff: https://github.com/CodSpeedHQ/pytest-codspeed/compare/refs/tags/v3.0.0...v3.1.0 Changelog: https://github.com/CodSpeedHQ/pytest-codspeed/releases/tag/v3.1.0
This commit is contained in:
parent
0ca9593b2d
commit
00383674bd
@ -18,14 +18,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-codspeed";
|
||||
version = "3.0.0";
|
||||
version = "3.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "CodSpeedHQ";
|
||||
repo = "pytest-codspeed";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-06U7S0hRb0J4hO48DaKMQk8Uzl2rUi1thQ4lGorfqpU=";
|
||||
hash = "sha256-A8H8gx+g2Fcf+aapahnAiVBt5vUzPc1SW4scOmSjI0g=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
|
Loading…
Reference in New Issue
Block a user