python3Packages.allure-python-commons: 2.13.2 -> 2.13.5

This commit is contained in:
Martin Weinelt
2024-04-22 13:59:45 +02:00
parent 3a80455642
commit 8745b7221a
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "allure-python-commons";
version = "2.13.2";
version = "2.13.5";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-igNoEzAjGx3q3Ya5f/aIQcZZEyARSuY4Vw8e1g16IDM=";
hash = "sha256-ojLnlVgR+Yjkmkwd1sFszn6bgdDqBCKx5WVNMlTiyvM=";
};
nativeBuildInputs = [