Skip to content

Commit

Permalink
python version
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Dec 27, 2024
1 parent ea97bfc commit 81a39a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions modules/geographiclib/2.4.0.bcr.1/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ module(

bazel_dep(name = "cmake_configure_file", version = "0.1.0")
bazel_dep(name = "rules_cc", version = "0.1.0")
bazel_dep(name = "rules_python", version = "1.0.0")
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(
is_default = True,
python_version = "3.12",
)
2 changes: 1 addition & 1 deletion modules/geographiclib/2.4.0.bcr.1/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"patch_strip": 0,
"overlay": {
"BUILD.bazel": "sha256-bKmMLFmHSu+o0v9LuxqnW0o63n9dR6kMVfcdCxmi7xg=",
"MODULE.bazel": "sha256-s7T40dVDpNL/l4E3t6M9iK4aHTMAUeMxazZr2JYP+OE="
"MODULE.bazel": "sha256-7GqSyD7i+8nw/Pojd9uG2wYPLRCkJfN0CkvnxutZ6ao="
}
}

0 comments on commit 81a39a4

Please sign in to comment.