From 0b18baf19a2bf50039225d25078957e7e47ac941 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 3 Dec 2025 15:45:33 +0000 Subject: [PATCH] python3Packages.allure-python-commons-test: 2.15.0 -> 2.15.2 --- .../python-modules/allure-python-commons-test/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/allure-python-commons-test/default.nix b/pkgs/development/python-modules/allure-python-commons-test/default.nix index 764641b7c6bb..cc6450b8d51a 100644 --- a/pkgs/development/python-modules/allure-python-commons-test/default.nix +++ b/pkgs/development/python-modules/allure-python-commons-test/default.nix @@ -12,13 +12,13 @@ buildPythonPackage rec { pname = "allure-python-commons-test"; - version = "2.15.0"; + version = "2.15.2"; format = "setuptools"; src = fetchPypi { pname = "allure_python_commons_test"; inherit version; - hash = "sha256-5l/9K6ToYEGaYXOmVxB188wu9gQ+2cMHxfVNlX8Rz9g="; + hash = "sha256-SAjo9rM1zXAVBMD1c+rkMcR8zCeW1L3CErR/SxwjnXg="; }; nativeBuildInputs = [ setuptools-scm ];