From ab2a46b62db5dd084501fbd38f35fefa007fefe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 14:51:08 +0800 Subject: [PATCH] Update dependency com_github_xtensor_xtl to v0.7.7 (#469) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com_github_xtensor_xtl](https://togithub.com/xtensor-stack/xtl) | http_archive | patch | `0.7.3` -> `0.7.7` | --- ### Release Notes
xtensor-stack/xtl (com_github_xtensor_xtl) ### [`v0.7.7`](https://togithub.com/xtensor-stack/xtl/compare/0.7.6...0.7.7) [Compare Source](https://togithub.com/xtensor-stack/xtl/compare/0.7.6...0.7.7) ### [`v0.7.6`](https://togithub.com/xtensor-stack/xtl/compare/0.7.5...0.7.6) [Compare Source](https://togithub.com/xtensor-stack/xtl/compare/0.7.5...0.7.6) ### [`v0.7.5`](https://togithub.com/xtensor-stack/xtl/compare/0.7.4...0.7.5) [Compare Source](https://togithub.com/xtensor-stack/xtl/compare/0.7.4...0.7.5) ### [`v0.7.4`](https://togithub.com/xtensor-stack/xtl/compare/0.7.3...0.7.4) [Compare Source](https://togithub.com/xtensor-stack/xtl/compare/0.7.3...0.7.4)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/secretflow/spu). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- bazel/repositories.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repositories.bzl b/bazel/repositories.bzl index 8c47b781..b7ba752f 100644 --- a/bazel/repositories.bzl +++ b/bazel/repositories.bzl @@ -130,12 +130,12 @@ def _com_github_xtensor_xtl(): maybe( http_archive, name = "com_github_xtensor_xtl", - sha256 = "f4a81e3c9ca9ddb42bd4373967d4859ecfdca1aba60b9fa6ced6c84d8b9824ff", - strip_prefix = "xtl-0.7.3", + sha256 = "44fb99fbf5e56af5c43619fc8c29aa58e5fad18f3ba6e7d9c55c111b62df1fbb", + strip_prefix = "xtl-0.7.7", build_file = "@spulib//bazel:xtl.BUILD", type = "tar.gz", urls = [ - "https://github.com/xtensor-stack/xtl/archive/refs/tags/0.7.3.tar.gz", + "https://github.com/xtensor-stack/xtl/archive/refs/tags/0.7.7.tar.gz", ], )