Merge pull request #295459 from r-ryantm/auto-update/python311Packages.allure-python-commons-test

python311Packages.allure-python-commons-test: 2.13.2 -> 2.13.3
This commit is contained in:
Peder Bergebakken Sundt 2024-03-22 21:24:04 +01:00 committed by GitHub
commit cbfd1a1eb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = [