python3Packages.allure-python-commons-test: 2.12.0 -> 2.13.2

This commit is contained in:
Martin Weinelt
2023-09-27 15:32:47 +02:00
parent 74ceb33d26
commit ac40f0c3c9
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "allure-python-commons-test";
version = "2.12.0";
version = "2.13.2";
disabled = pythonOlder "3.4";
src = fetchPypi {
inherit pname version;
hash = "sha256-TaeQF9EZ5tLMmVSwnWgrxsRz5lh0O3BZLLEUawd8BeI=";
hash = "sha256-Xh6NtqiuTg7UxKqJ7/p45rCUQGWiGDEaNAslzeYtgfg=";
};
nativeBuildInputs = [