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

This commit is contained in:
R. Ryantm 2024-03-12 23:36:16 +00:00
parent 6e04aef752
commit e1fae3b327
1 changed files with 2 additions and 2 deletions

View File

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