From caacaa2a16f6a413d119383de7cf13d1f4f1318b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 12 Jul 2026 18:48:08 +0200 Subject: [PATCH] python3Packages.pytest-order: 1.3.0 -> 1.5.0 https://github.com/pytest-dev/pytest-order/compare/v1.3.0...v1.5.0 --- pkgs/development/python-modules/pytest-order/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-order/default.nix b/pkgs/development/python-modules/pytest-order/default.nix index cd2c9720b14c..7cb379eec7ca 100644 --- a/pkgs/development/python-modules/pytest-order/default.nix +++ b/pkgs/development/python-modules/pytest-order/default.nix @@ -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 ];