From 18fea87be12e4d05ed3371f27446a2fd130a0f35 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 24 Aug 2026 19:55:32 +0200 Subject: [PATCH] python3Packages.pytest-randomly: 4.0.1 -> 4.1.0 Diff: https://github.com/pytest-dev/pytest-randomly/compare/4.0.1...4.1.0 Changelog: https://github.com/pytest-dev/pytest-randomly/blob/4.1.0/CHANGELOG.rst --- pkgs/development/python-modules/pytest-randomly/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-randomly/default.nix b/pkgs/development/python-modules/pytest-randomly/default.nix index 021852839749..9dd82c019260 100644 --- a/pkgs/development/python-modules/pytest-randomly/default.nix +++ b/pkgs/development/python-modules/pytest-randomly/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "pytest-randomly"; - version = "4.0.1"; + version = "4.1.0"; pyproject = true; src = fetchFromGitHub { repo = "pytest-randomly"; owner = "pytest-dev"; tag = version; - hash = "sha256-UQ1G9o4dsVEEo4y2u1TYYurJPfih7QlbilkwPqi39H0="; + hash = "sha256-+T0iWmfC3+8k6bWme3SQtqaWM+++sFeSotJ+3vyevvI="; }; build-system = [ setuptools ];