Update third_party bazel to version 6.3.2

Content of README.google
------------------------
URL: https://bazel.build/ (https://github.com/bazelbuild/bazel/releases)
Version: 6.3.2
License: Apache License Version 2.0
License File: https://github.com/bazelbuild/bazel/blob/master/LICENSE

Description:
a fast, scalable, multi-language and extensible build system

Local Modifications:
None

Extracted like this:

wget https://github.com/bazelbuild/bazel/releases/download/6.3.2/bazel-6.3.2-installer-linux-x86_64.sh
rm -rf third_party/bazel
mkdir third_party/bazel
chmod u+x bazel-6.3.2-installer-linux-x86_64.sh
./bazel-6.3.2-installer-linux-x86_64.sh --prefix=third_party/bazel --skip-uncompress
rm third_party/bazel/bin/bazel
rmdir third_party/bazel/bin

Change-Id: I9d452b5edbe46e01e96d99a650d7afba37233427
diff --git a/third_party/bazel.tar.gz.sha1 b/third_party/bazel.tar.gz.sha1
index dbc680e..7da87ee 100644
--- a/third_party/bazel.tar.gz.sha1
+++ b/third_party/bazel.tar.gz.sha1
@@ -1 +1 @@
-4c5816530d149bc83aab1e26f7342cfb595523e8
\ No newline at end of file
+79c841a9e84d46bd76e645e687bc977355b25556
\ No newline at end of file