diff --git a/third_party/cpython/BUILD b/third_party/cpython/BUILD index 86168c0..8b842b6 100644 --- a/third_party/cpython/BUILD +++ b/third_party/cpython/BUILD @@ -1,10 +1,10 @@ -version = "3.12.7" -release = "20241016" +version = "3.12.11" +release = "20251007" remote_file( name = "download", url = f"https://github.com/indygreg/python-build-standalone/releases/download/{release}/cpython-{version}+{release}-x86_64_v2-unknown-linux-gnu-pgo+lto-full.tar.zst", - hashes = ["98f64550d63fa2f5468b28482b1fed8aef33a70d81f1549b7a8be1a59db41d98"], + hashes = ["36fd10710d73b46d9a0a0ff81536306faefe51855936ec53840f39a6b5394cba"], ) genrule(