python3Packages.allure-pytest: 2.12.0 -> 2.13.2

This commit is contained in:
Martin Weinelt 2023-09-15 14:05:44 +02:00
parent 4f168bc16c
commit 39eb3230ff

View file

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "allure-pytest";
version = "2.12.0";
version = "2.13.2";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-hbc7Hb6ZCLpPhLgBGKk+EEnALdWTIJJg2MHJUM8ob2w=";
hash = "sha256-IiQxWejsgc4rUlS0ATgCGYghsbQvEY9p1KKJOWYHx7M=";
};
buildInputs = [