8000 fix: bump installer to handle windows better (#1138) · jml-derek/rules_python@260a08b · GitHub
[go: up one dir, main page]

Skip to content

Commit 260a08b

Browse files
authored
fix: bump installer to handle windows better (bazel-contrib#1138)
Fixes bazel-contrib#1121. Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
1 parent 3b9c85e commit 260a08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/pip_install/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ _RULE_DEPS = [
3737
),
3838
(
3939
"pypi__installer",
40-
"https://files.pythonhosted.org/packages/bf/42/fe5f10fd0d58d5d8231a0bc39e664de09992f960597e9fbd3753f84423a3/installer-0.6.0-py3-none-any.whl",
41-
"ae7c62d1d6158b5c096419102ad0d01fdccebf857e784cee57f94165635fe038",
40+
"https://files.pythonhosted.org/packages/e5/ca/1172b6638d52f2d6caa2dd262ec4c811ba59eee96d54a7701930726bce18/installer-0.7.0-py3-none-any.whl",
41+
"05d1933f0a5ba7d8d6296bb6d5018e7c94fa473ceb10cf198a92ccea19c27b53",
4242
),
4343
(
4444
"pypi__packaging",

0 commit comments

Comments
 (0)
0