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

python310Packages.allure-python-commons-test: 2.9.45 -> 2.10.0
This commit is contained in:
Fabian Affolter 2022-08-22 23:48:52 +02:00 committed by GitHub
commit 9ed2d2f08d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "allure-python-commons-test";
version = "2.9.45";
version = "2.10.0";
disabled = pythonOlder "3.4";
src = fetchPypi {
inherit pname version;
sha256 = "0rn8ccxxrm27skv3avdiw56zc4fk2h7nrk3jamqmx6fnvmshiz5f";
sha256 = "sha256-wSISmLO1qE91tO0svQ+Dau35wP8h9hMfFtW5STGX5dg=";
};
nativeBuildInputs = [