python3Packages.allure-python-commons-test: 2.15.2 -> 2.15.3

This commit is contained in:
R. Ryantm
2026-01-04 09:51:37 +00:00
parent d410f1407c
commit eefad27884
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "allure-python-commons-test";
version = "2.15.2";
version = "2.15.3";
format = "setuptools";
src = fetchPypi {
pname = "allure_python_commons_test";
inherit version;
hash = "sha256-SAjo9rM1zXAVBMD1c+rkMcR8zCeW1L3CErR/SxwjnXg=";
hash = "sha256-eRjjsxiXm/7nMyaJS5pXhpNmrjOhnd1o7+F9ZwGzI/I=";
};
nativeBuildInputs = [ setuptools-scm ];