python_virtualenv_constants: upgrade virtualenv to 16.7.2

This commit is contained in:
Chongyu Zhu 2019-07-27 04:49:46 +08:00
parent 6db1c7383f
commit 97cbf43a3d
No known key found for this signature in database
GPG Key ID: 1A43E3C9100B38F5

View File

@ -1,8 +1,8 @@
# frozen_string_literal: true # frozen_string_literal: true
PYTHON_VIRTUALENV_URL = PYTHON_VIRTUALENV_URL =
"https://files.pythonhosted.org/packages/fc/e4" \ "https://files.pythonhosted.org/packages/a9/8a" \
"/f0acb4e82acd60f843308112421a41ea70c06bbce51d13fa00736d09a6ae" \ "/580c7176f01540615c2eb3f3ab5462613b4beac4aa63410be89ecc7b7472" \
"/virtualenv-16.7.1.tar.gz" "/virtualenv-16.7.2.tar.gz"
PYTHON_VIRTUALENV_SHA256 = PYTHON_VIRTUALENV_SHA256 =
"d0158c9784570aab78cbb1e4dc59938de128d38e20e5271d9997ada4b417012c" "909fe0d3f7c9151b2df0a2cb53e55bdb7b0d61469353ff7a49fd47b0f0ab9285"