python3Packages.pytest-order: 1.3.0 -> 1.5.0

https://github.com/pytest-dev/pytest-order/compare/v1.3.0...v1.5.0
This commit is contained in:
Martin Weinelt
2026-07-12 18:48:08 +02:00
parent 0d0d4193e9
commit caacaa2a16

View File

@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pytest-order";
version = "1.3.0";
version = "1.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pytest-dev";
repo = "pytest-order";
tag = "v${version}";
hash = "sha256-V1qJGkXn+HhuK5wiwkkJBEbfnv23R4x9Cv0J6ZTj5xE=";
hash = "sha256-LLQy5dO3OWmm7W9eI8yfrOFVp9MQOU+pjoAyWl03tZ0=";
};
build-system = [ setuptools ];