Skip to content
Compare
Choose a tag to compare
@jvolkman jvolkman released this 13 Jul 04:39
· 1 commit to main since this release
0b03b0d
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_pyvenv",
    sha256 = "3a3cc6e211850178de02b618d301f3f39d1a9cddb54d499d816ff9ea835a2834",
    strip_prefix = "rules_pyvenv-1.2",
    url = "https://github.com/cedarai/rules_pyvenv/archive/refs/tags/v1.2.tar.gz",
)

What's Changed

New Contributors

Full Changelog: 1.1...v1.2