From f44db31672c41a7d77c5266996d65d60737e712d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:44:21 +0000 Subject: [PATCH] chore(deps): update pybind11_bazel digest to 4fec69b --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index ca1b53498..0352c803b 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -157,10 +157,10 @@ def _com_github_pybind11_bazel(): maybe( http_archive, name = "pybind11_bazel", - sha256 = "dc4882b23a617575d0fd822aba88aa4a14133c3d428b5a8fb83d81d03444a475", - strip_prefix = "pybind11_bazel-8889d39b2b925b2a47519ae09402a96f00ccf2b4", + sha256 = "becf24972869f0b1ddc1e589c3487a58f2fb7dc8091407957088b21d8af86831", + strip_prefix = "pybind11_bazel-4fec69b20e60a70cf118a12fae77efe416747833", urls = [ - "https://github.com/pybind/pybind11_bazel/archive/8889d39b2b925b2a47519ae09402a96f00ccf2b4.zip", + "https://github.com/pybind/pybind11_bazel/archive/4fec69b20e60a70cf118a12fae77efe416747833.zip", ], )