Merge pull request #300139 from r-ryantm/auto-update/python311Packages.tempest

python311Packages.tempest: 37.0.0 -> 38.0.0

authored by Sandro and committed by GitHub b1741ce9 dca5f899

+2 -2
+2 -2
pkgs/development/python-modules/tempest/default.nix
··· 31 31 32 32 buildPythonPackage rec { 33 33 pname = "tempest"; 34 - version = "37.0.0"; 34 + version = "38.0.0"; 35 35 pyproject = true; 36 36 37 37 disabled = pythonOlder "3.8"; 38 38 39 39 src = fetchPypi { 40 40 inherit pname version; 41 - hash = "sha256-z9DCHlBetJ4wWcwfzIWf+TLKKNcCTKzpVs+2zgmuAyc="; 41 + hash = "sha256-2WmSN4NrH5/y5iAuYaaVuZkuh1ym14jFj7OXw8Jfxtc="; 42 42 }; 43 43 44 44 nativeBuildInputs = [