aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/language/python_virtualenv_constants.rb
diff options
context:
space:
mode:
authorJCount2017-07-10 21:56:39 -0400
committerJCount2017-07-11 14:20:49 -0400
commit66f1b179427335a103d9aafdacee8f577cc66d4f (patch)
tree9c38e496ad358e5beafbc04cdbfa1d3fd812fd80 /Library/Homebrew/language/python_virtualenv_constants.rb
parentec91c3f8e23af9c16b7f8304b78484a717abcd03 (diff)
downloadbrew-66f1b179427335a103d9aafdacee8f577cc66d4f.tar.bz2
python_virtualenv_constants: update virtualenv to 15.1.0
This release adds support for Python 3.6, the current python3 version in homebrew/core.
Diffstat (limited to 'Library/Homebrew/language/python_virtualenv_constants.rb')
-rw-r--r--Library/Homebrew/language/python_virtualenv_constants.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/language/python_virtualenv_constants.rb b/Library/Homebrew/language/python_virtualenv_constants.rb
index c8b71aa85..4efd2ce1d 100644
--- a/Library/Homebrew/language/python_virtualenv_constants.rb
+++ b/Library/Homebrew/language/python_virtualenv_constants.rb
@@ -1,2 +1,2 @@
-PYTHON_VIRTUALENV_URL = "https://files.pythonhosted.org/packages/5c/79/5dae7494b9f5ed061cff9a8ab8d6e1f02db352f3facf907d9eb614fb80e9/virtualenv-15.0.2.tar.gz".freeze
-PYTHON_VIRTUALENV_SHA256 = "fab40f32d9ad298fba04a260f3073505a16d52539a84843cf8c8369d4fd17167".freeze
+PYTHON_VIRTUALENV_URL = "https://files.pythonhosted.org/packages/d4/0c/9840c08189e030873387a73b90ada981885010dd9aea134d6de30cd24cb8/virtualenv-15.1.0.tar.gz".freeze
+PYTHON_VIRTUALENV_SHA256 = "02f8102c2436bb03b3ee6dede1919d1dac8a427541652e5ec95171ec8adbc93a".freeze