python310Packages.tempest: 34.2.0 -> 35.0.0

This commit is contained in:
R. Ryantm 2023-06-20 01:27:56 +00:00
parent c7df2ea023
commit 2619ad2aad

View File

@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "tempest";
version = "34.2.0";
version = "35.0.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-450LDibTnlLnce4u1aNKmSVfHnHWz5S9kt6X6wFPrl8=";
hash = "sha256-TKGgOAOqa+1f3yXIkWxt2bVx4UT/IfQpc9rNB4fLkw0=";
};
propagatedBuildInputs = [