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

authored by Fabian Affolter and committed by GitHub 9ed2d2f0 39c05b95

+2 -2
+2 -2
pkgs/development/python-modules/allure-python-commons-test/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "allure-python-commons-test"; 15 - version = "2.9.45"; 15 + version = "2.10.0"; 16 16 17 17 disabled = pythonOlder "3.4"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - sha256 = "0rn8ccxxrm27skv3avdiw56zc4fk2h7nrk3jamqmx6fnvmshiz5f"; 21 + sha256 = "sha256-wSISmLO1qE91tO0svQ+Dau35wP8h9hMfFtW5STGX5dg="; 22 22 }; 23 23 24 24 nativeBuildInputs = [