From 92ccb994d3d43e3bd4260fc76e15704470466f9d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 03:37:38 +0100 Subject: [PATCH] python313Packages.pytest: 8.3.3 -> 8.3.4 https://github.com/pytest-dev/pytest/releases/tag/8.3.4 --- pkgs/development/python-modules/pytest/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest/default.nix b/pkgs/development/python-modules/pytest/default.nix index 986c7aef8f0e..288df148776f 100644 --- a/pkgs/development/python-modules/pytest/default.nix +++ b/pkgs/development/python-modules/pytest/default.nix @@ -29,12 +29,12 @@ buildPythonPackage rec { pname = "pytest"; - version = "8.3.3"; + version = "8.3.4"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-cLmBB71kgwinlSsG5sqaULxmC+IY1TwlfMH8lP2hAYE="; + hash = "sha256-llNw0GK84R5zho4DNausMbTT3g6C9AB0CNJCtPhhB2E="; }; outputs = [