diff options
| author | JCount | 2017-07-12 21:57:24 -0400 |
|---|---|---|
| committer | GitHub | 2017-07-12 21:57:24 -0400 |
| commit | bff6af772f497ce52f1ff4f4d3b93c327bd7a379 (patch) | |
| tree | 71942e59d003c3a66e9f52eca725775f70869af9 /Library/Homebrew/language/python_virtualenv_constants.rb | |
| parent | 8d7f66e520038733282eb6ecc5c3fc4233b17a18 (diff) | |
| parent | 66f1b179427335a103d9aafdacee8f577cc66d4f (diff) | |
| download | brew-bff6af772f497ce52f1ff4f4d3b93c327bd7a379.tar.bz2 | |
Merge pull request #2887 from JCount/python_virtualenv_constants-15.1.0-update
python_virtualenv_constants: update virtualenv to 15.1.0
Diffstat (limited to 'Library/Homebrew/language/python_virtualenv_constants.rb')
| -rw-r--r-- | Library/Homebrew/language/python_virtualenv_constants.rb | 4 |
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 |
