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

authored by

Sandro and committed by
GitHub
ac7e7d8c f31f50b9

+2 -2
+2 -2
pkgs/development/python-modules/tempest/default.nix
··· 30 30 31 31 buildPythonPackage rec { 32 32 pname = "tempest"; 33 - version = "33.0.0"; 33 + version = "34.1.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-aEtBAE3p+HVw/macwZtKo20mSJctrsIN7idqWe6Dvtc="; 40 + hash = "sha256-VLcTyiJ+ce2VqhD1OYRUa+ep34ry/mb61qntiqVsTCQ="; 41 41 }; 42 42 43 43 propagatedBuildInputs = [