Skip to content

Commit

Permalink
Update dependency rules_python to v0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Nov 19, 2024
1 parent 315b813 commit 26b48da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ def rules_haskell_dependencies():
maybe(
http_archive,
name = "rules_python",
sha256 = "62ddebb766b4d6ddf1712f753dac5740bea072646f630eb9982caa09ad8a7687",
strip_prefix = "rules_python-0.39.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.39.0/rules_python-0.39.0.tar.gz",
sha256 = "690e0141724abb568267e003c7b6d9a54925df40c275a870a4d934161dc9dd53",
strip_prefix = "rules_python-0.40.0",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.40.0/rules_python-0.40.0.tar.gz",
)

maybe(
Expand Down
2 changes: 1 addition & 1 deletion rules_haskell_tests/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ bazel_dep(
)
bazel_dep(
name = "rules_python",
version = "0.39.0",
version = "0.40.0",
)
bazel_dep(
name = "rules_nixpkgs_go",
Expand Down

0 comments on commit 26b48da

Please sign in to comment.