Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: aspect-build/rules_py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 82201f5cb2d8099f227448253cb86ee35076cc97
Choose a base ref
..
head repository: aspect-build/rules_py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 779cfcaaf72a939bd1889f743e77800e87a5d038
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 py/repositories.bzl
6 changes: 3 additions & 3 deletions py/repositories.bzl
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ def rules_py_dependencies():

http_archive(
name = "rules_python",
sha256 = "e824848fe1f1a75a71c92fd941e4cf9c1481e15708a8f686f2b18a26057133b3",
strip_prefix = "rules_python-4725d98a3a53ebf90c45d29245691fa060f9c734",
url = "https://github.com/bazelbuild/rules_python/archive/4725d98a3a53ebf90c45d29245691fa060f9c734.tar.gz",
sha256 = "eec3e45a6fb4430842a7b418e677d21c77b73f5879313b103d9898af63a0ec8c",
strip_prefix = "rules_python-900d801ab3887017a8df086ef72d6f3c5c217bff",
url = "https://github.com/bazelbuild/rules_python/archive/900d801ab3887017a8df086ef72d6f3c5c217bff.tar.gz",
)