Skip to content

Commit

Permalink
Update rules_python to 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ylecornec committed Jan 16, 2023
1 parent 2a942cb commit 48ab103
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions haskell/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ def rules_haskell_dependencies():
maybe(
http_archive,
name = "rules_python",
url = "https://github.com/bazelbuild/rules_python/releases/download/0.5.0/rules_python-0.5.0.tar.gz",
sha256 = "cd6730ed53a002c56ce4e2f396ba3b3be262fd7cb68339f0377a45e8227fe332",
sha256 = "48a838a6e1983e4884b26812b2c748a35ad284fd339eb8e2a6f3adf95307fbcd",
strip_prefix = "rules_python-0.16.2",
url = "https://github.com/bazelbuild/rules_python/archive/refs/tags/0.16.2.tar.gz",
)

maybe(
Expand Down

0 comments on commit 48ab103

Please sign in to comment.