diff MODULE.bazel @ 249:c5129452493e

[deploy] Bundle Mercurial with hg-web Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Tue, 04 Aug 2026 04:16:45 -0700
parents 70f2a3dafc1c
children 1f9877b637e9
line wrap: on
line diff
--- a/MODULE.bazel	Tue Aug 04 02:44:06 2026 -0700
+++ b/MODULE.bazel	Tue Aug 04 04:16:45 2026 -0700
@@ -29,6 +29,12 @@
 """,
 )
 
+http_file(
+  name = "mercurial_cp311_wheel",
+  url = "https://files.pythonhosted.org/packages/ea/21/053406cf91b23bef2ac27a7023632efaf0d3c126134b322e2bb753626102/mercurial-7.2.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
+  sha256 = "33576d9747b7db7d40950cb122c5a87686d92ea1dfe0f1ef0498df077c852ba7",
+)
+
 http_archive(
   name = "playwright_chromium_linux",
   urls = ["https://playwright.azureedge.net/builds/chromium/1140/chromium-linux.zip"],