|
1 | 1 | class PythonAT37 < Formula
|
2 | 2 | desc "Interpreted, interactive, object-oriented programming language"
|
3 | 3 | homepage "https://www.python.org/"
|
4 |
| - url "https://www.python.org/ftp/python/3.7.12/Python-3.7.12.tar.xz" |
5 |
| - sha256 "f77bf7fb47839f213e5cbf7827281078ea90de7e72b44f10d7ef385ea8c43210" |
| 4 | + url "https://www.python.org/ftp/python/3.7.13/Python-3.7.13.tar.xz" |
| 5 | + sha256 "99f106275df8899c3e8cb9d7c01ce686c202ef275953301427194693de5bef84" |
6 | 6 | license "Python-2.0"
|
7 | 7 |
|
8 | 8 | livecheck do
|
@@ -44,18 +44,18 @@ class PythonAT37 < Formula
|
44 | 44 | skip_clean "bin/pip3", "bin/pip-3.4", "bin/pip-3.5", "bin/pip-3.6", "bin/pip-3.7"
|
45 | 45 |
|
46 | 46 | resource "setuptools" do
|
47 |
| - url "https://pypi.org/packages/source/s/setuptools/setuptools-58.0.3.tar.gz" |
48 |
| - sha256 "5e4c36f55012a46c1b3e4b67a8236d1d73856a90fc7b3207d29bedb7d2bac417" |
| 47 | + url "https://pypi.org/packages/source/s/setuptools/setuptools-60.10.0.tar.gz" |
| 48 | + sha256 "6599055eeb23bfef457d5605d33a4d68804266e6cb430b0fb12417c5efeae36c" |
49 | 49 | end
|
50 | 50 |
|
51 | 51 | resource "pip" do
|
52 |
| - url "https://www.pypi.org/packages/source/p/pip/pip-21.2.4.tar.gz" |
53 |
| - sha256 "0eb8a1516c3d138ae8689c0c1a60fde7143310832f9dc77e11d8a4bc62de193b" |
| 52 | + url "https://www.pypi.org/packages/source/p/pip/pip-22.0.4.tar.gz" |
| 53 | + sha256 "b3a9de2c6ef801e9247d1527a4b16f92f2cc141cd1489f3fffaf6a9e96729764" |
54 | 54 | end
|
55 | 55 |
|
56 | 56 | resource "wheel" do
|
57 |
| - url "https://pypi.org/packages/source/w/wheel/wheel-0.37.0.tar.gz" |
58 |
| - sha256 "e2ef7239991699e3355d54f8e968a21bb940a1dbf34a4d226741e64462516fad" |
| 57 | + url "https://pypi.org/packages/source/w/wheel/wheel-0.37.1.tar.gz" |
| 58 | + sha256 "e9a504e793efbca1b8e0e9cb979a249cf4a0a7b5b8c9e8b65a5e39d49529c1c4" |
59 | 59 | end
|
60 | 60 |
|
61 | 61 | def install
|
|
0 commit comments