python3Packages.allure-pytest: 2.10.0 -> 2.12.0

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

View File

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "allure-pytest";
version = "2.10.0";
version = "2.12.0";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Oyq2din0y9hher2BfSsiKSxut+/VWE+ZLRr4FDrqbuc=";
sha256 = "sha256-hbc7Hb6ZCLpPhLgBGKk+EEnALdWTIJJg2MHJUM8ob2w=";
};
buildInputs = [