Merge pull request #238666 from r-ryantm/auto-update/python310Packages.tempest

authored by

Sandro and committed by
GitHub
940fcf2e eea62c5f

+2 -2
+2 -2
pkgs/development/python-modules/tempest/default.nix
··· 30 30 31 31 buildPythonPackage rec { 32 32 pname = "tempest"; 33 - version = "34.2.0"; 33 + version = "35.0.0"; 34 34 format = "setuptools"; 35 35 36 36 disabled = pythonOlder "3.8"; 37 37 38 38 src = fetchPypi { 39 39 inherit pname version; 40 - hash = "sha256-450LDibTnlLnce4u1aNKmSVfHnHWz5S9kt6X6wFPrl8="; 40 + hash = "sha256-TKGgOAOqa+1f3yXIkWxt2bVx4UT/IfQpc9rNB4fLkw0="; 41 41 }; 42 42 43 43 propagatedBuildInputs = [