Merge pull request #6400 from lembacon/virtualenv-16.7.4

python_virtualenv_constants: upgrade virtualenv to 16.7.4
This commit is contained in:
Mike McQuaid 2019-08-24 12:31:49 +01:00 committed by GitHub
commit 37714b5ce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/a9/8a" \ "https://files.pythonhosted.org/packages/11/74" \
"/580c7176f01540615c2eb3f3ab5462613b4beac4aa63410be89ecc7b7472" \ "/2c151a13ef41ab9fb43b3c4ff9e788e0496ed7923b2078d42cab30622bdf" \
"/virtualenv-16.7.2.tar.gz" "/virtualenv-16.7.4.tar.gz"
PYTHON_VIRTUALENV_SHA256 = PYTHON_VIRTUALENV_SHA256 =
"909fe0d3f7c9151b2df0a2cb53e55bdb7b0d61469353ff7a49fd47b0f0ab9285" "94a6898293d07f84a98add34c4df900f8ec64a570292279f6d91c781d37fd305"