Skip to content

Commit

Permalink
upgrade virtualenv to 15.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeliaw committed Apr 30, 2018
1 parent 36af58e commit 9f3433a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pex/pex_rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -580,9 +580,9 @@ def pex_repositories():

native.new_http_archive(
name = "virtualenv",
url = "https://pypi.python.org/packages/d4/0c/9840c08189e030873387a73b90ada981885010dd9aea134d6de30cd24cb8/virtualenv-15.1.0.tar.gz",
sha256 = "02f8102c2436bb03b3ee6dede1919d1dac8a427541652e5ec95171ec8adbc93a",
strip_prefix = "virtualenv-15.1.0",
url = "https://files.pythonhosted.org/packages/b1/72/2d70c5a1de409ceb3a27ff2ec007ecdd5cc52239e7c74990e32af57affe9/virtualenv-15.2.0.tar.gz",
sha256 = "1d7e241b431e7afce47e77f8843a276f652699d1fa4f93b9d8ce0076fd7b0b54",
strip_prefix = "virtualenv-15.2.0",
build_file_content = "\n".join([
"py_binary(",
" name = 'virtualenv',",
Expand Down

0 comments on commit 9f3433a

Please sign in to comment.