Skip to content

Commit

Permalink
Merge pull request #6400 from lembacon/virtualenv-16.7.4
Browse files Browse the repository at this point in the history
python_virtualenv_constants: upgrade virtualenv to 16.7.4
  • Loading branch information
MikeMcQuaid committed Aug 24, 2019
2 parents 4822241 + 22a7b4b commit 37714b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Library/Homebrew/language/python_virtualenv_constants.rb
@@ -1,8 +1,8 @@
# frozen_string_literal: true

PYTHON_VIRTUALENV_URL =
"https://files.pythonhosted.org/packages/a9/8a" \
"/580c7176f01540615c2eb3f3ab5462613b4beac4aa63410be89ecc7b7472" \
"/virtualenv-16.7.2.tar.gz"
"https://files.pythonhosted.org/packages/11/74" \
"/2c151a13ef41ab9fb43b3c4ff9e788e0496ed7923b2078d42cab30622bdf" \
"/virtualenv-16.7.4.tar.gz"
PYTHON_VIRTUALENV_SHA256 =
"909fe0d3f7c9151b2df0a2cb53e55bdb7b0d61469353ff7a49fd47b0f0ab9285"
"94a6898293d07f84a98add34c4df900f8ec64a570292279f6d91c781d37fd305"

0 comments on commit 37714b5

Please sign in to comment.