python310Packages.allure-pytest: 2.9.45 -> 2.10.0

This commit is contained in:
Jonas Heinrich 2022-08-23 17:52:11 +02:00 committed by Yt
parent 3f79f06b19
commit 36469b5564

View file

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