python3Packages.allure-python-commons: 2.10.0 -> 2.12.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:12:53 +01:00
parent c995631e0d
commit e4d51fe165

View File

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "allure-python-commons";
version = "2.10.0";
version = "2.12.0";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-1NMTRLDwA3pKEeFrkbKM8O6yP/oOUMJ/z8aqvnIhLTw=";
sha256 = "sha256-1cNi3QEWfwhjMYIumxkS1Ob9bLwtGgBt0EjnfoKnrnM=";
};
nativeBuildInputs = [