From 40ccad8c690af9db38c4247a07934b786e1354f8 Mon Sep 17 00:00:00 2001 From: Skye Wanderman-Milne Date: Thu, 5 Aug 2021 15:21:58 -0700 Subject: [PATCH] Update WORKSPACE PiperOrigin-RevId: 389037137 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 85e6226b14c3..79b8dc280bc1 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -7,10 +7,10 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") # and update the sha256 with the result. http_archive( name = "org_tensorflow", - sha256 = "7f8c738e967baf3f640769d59d0fbe32960790b856c529d35f046b8c6ebb597a", - strip_prefix = "tensorflow-77d8c333405a080c57850c45531dbbf077b2bd0e", + sha256 = "0f13410284b9186e436350e9617b3bed2d65f1dc1a220fd37ad9ef43c2035663", + strip_prefix = "tensorflow-4039feeb743bc42cd0a3d8146ce63fc05d23eb8d", urls = [ - "https://github.com/tensorflow/tensorflow/archive/77d8c333405a080c57850c45531dbbf077b2bd0e.tar.gz", + "https://github.com/tensorflow/tensorflow/archive/4039feeb743bc42cd0a3d8146ce63fc05d23eb8d.tar.gz", ], )