From 108af51abef04625f9249fd41d36b4295ec1de54 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 21 Jun 2021 12:02:06 +1000 Subject: [PATCH] switch to latest rules_pip Closes #1245 --- repos.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/repos.bzl b/repos.bzl index fce7b3bfc..8bcb75637 100644 --- a/repos.bzl +++ b/repos.bzl @@ -66,11 +66,11 @@ def register_repos(): maybe( http_archive, name = "com_github_ali5h_rules_pip", - strip_prefix = "rules_pip-anki-2020-11-30", + strip_prefix = "rules_pip-fb02cb7bf5c03bc8cd4269679e4aea2e1839b501", urls = [ - "https://github.com/ankitects/rules_pip/archive/anki-2020-11-30.tar.gz", + "https://github.com/ali5h/rules_pip/archive/fb02cb7bf5c03bc8cd4269679e4aea2e1839b501.zip", ], - sha256 = "ab4f10967eb87985383a4172d4533dde568b3ff502aa550239eeccead249325b", + sha256 = "34195cd437d34a7490276665225de353421e31e34c048715b66918e31d735ff6", ) # javascript