lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python38Packages.tempest: 29.0.0 -> 29.2.0

+2 -2
+2 -2
pkgs/development/python-modules/tempest/default.nix
··· 29 29 30 30 buildPythonApplication rec { 31 31 pname = "tempest"; 32 - version = "29.0.0"; 32 + version = "29.2.0"; 33 33 34 34 src = fetchPypi { 35 35 inherit pname version; 36 - sha256 = "2045963560f91241c56940af741f081e59212c65c9867dfcdabfe07f9dd4d255"; 36 + sha256 = "0521d3042360c0fb469b16f99174a9abddbae8a2d2a81268cfc664f1ccfdd0f9"; 37 37 }; 38 38 39 39 propagatedBuildInputs = [