3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.tempest: 34.1.0 -> 34.2.0

This commit is contained in:
R. Ryantm 2023-06-07 09:12:30 +00:00
parent a2271ff3d3
commit f8c9ba82f4

View file

@ -30,14 +30,14 @@
buildPythonPackage rec {
pname = "tempest";
version = "34.1.0";
version = "34.2.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-VLcTyiJ+ce2VqhD1OYRUa+ep34ry/mb61qntiqVsTCQ=";
hash = "sha256-450LDibTnlLnce4u1aNKmSVfHnHWz5S9kt6X6wFPrl8=";
};
propagatedBuildInputs = [