Loading pkgs/development/python-modules/tempest/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -33,12 +33,12 @@ buildPythonPackage rec { pname = "tempest"; version = "44.0.0"; version = "45.0.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-R9V9NX5Pz4+1yV/OjtbuIOICZQnDt1wjDo6ZZP9ojkc="; hash = "sha256-z+DJ5ODgWaIcYM0orXYA/Ci0hrzfSGkOZt/z7L3DWJs="; }; pythonRelaxDeps = [ "defusedxml" ]; Loading Loading
pkgs/development/python-modules/tempest/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -33,12 +33,12 @@ buildPythonPackage rec { pname = "tempest"; version = "44.0.0"; version = "45.0.0"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-R9V9NX5Pz4+1yV/OjtbuIOICZQnDt1wjDo6ZZP9ojkc="; hash = "sha256-z+DJ5ODgWaIcYM0orXYA/Ci0hrzfSGkOZt/z7L3DWJs="; }; pythonRelaxDeps = [ "defusedxml" ]; Loading