python311Packages.allure-python-commons-test: 2.13.3 -> 2.13.4

This commit is contained in:
R. Ryantm 2024-03-31 12:22:03 +00:00
parent 7848d6f048
commit 6ee367cd7f

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "allure-python-commons-test";
version = "2.13.3";
version = "2.13.4";
format = "setuptools";
disabled = pythonOlder "3.4";
src = fetchPypi {
inherit pname version;
hash = "sha256-DGPxOoUGecpqKugrVR9iAa1VCBoInzUGTEY4GQB13SE=";
hash = "sha256-WPthxhyKlN6fGdKXJLrjh3nbQ8h6CacYToyadh/p49M=";
};
nativeBuildInputs = [