diff options
| author | Dominyk Tiller | 2014-08-08 01:52:40 +0100 | 
|---|---|---|
| committer | Jack Nagel | 2014-08-07 23:27:12 -0500 | 
| commit | 2f75d69880cce03bd19e9a0106aa8f0e88788ea8 (patch) | |
| tree | b6abb8213496c428da1779fece60ddd1540a1535 /Library/Formula/python.rb | |
| parent | 6e49feb163ac85d2cfd75b677b0de17f77e85314 (diff) | |
| download | homebrew-2f75d69880cce03bd19e9a0106aa8f0e88788ea8.tar.bz2 | |
setuptools 5.4.2
Closes #31415.
Closes #31436.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/python.rb')
| -rw-r--r-- | Library/Formula/python.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/python.rb b/Library/Formula/python.rb index 68fde9802..8ab53d89a 100644 --- a/Library/Formula/python.rb +++ b/Library/Formula/python.rb @@ -30,8 +30,8 @@ class Python < Formula    skip_clean "bin/easy_install", "bin/easy_install-2.7"    resource "setuptools" do -    url "https://pypi.python.org/packages/source/s/setuptools/setuptools-5.3.tar.gz" -    sha1 "da2da9324a539029ebea602120afcb8cfd24ddf6" +    url "https://pypi.python.org/packages/source/s/setuptools/setuptools-5.4.2.tar.gz" +    sha1 "a681ba56c30c0eb66528215842d3e3fcb5157614"    end    resource "pip" do | 
