Skip to content

Commit 657c386

Browse files
committed
python@3.8: 3.8.12 + pip 21.2.4 and wheel 0.37.0
Closes #133. Signed-off-by: Aleks Bunin <868842+sashkab@users.noreply.github.com>
1 parent d57a6c5 commit 657c386

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

Formula/python@3.8.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class PythonAT38 < Formula
22
desc "Interpreted, interactive, object-oriented programming language"
33
homepage "https://www.python.org/"
4-
url "https://www.python.org/ftp/python/3.8.11/Python-3.8.11.tar.xz"
5-
sha256 "fb1a1114ebfe9e97199603c6083e20b236a0e007a2c51f29283ffb50c1420fb2"
4+
url "https://www.python.org/ftp/python/3.8.12/Python-3.8.12.tar.xz"
5+
sha256 "b1d3a76420375343b5e8a22fceb1ac65b77193e9ed27146524f0a9db058728ea"
66
license "Python-2.0"
77

88
livecheck do
@@ -48,13 +48,13 @@ class PythonAT38 < Formula
4848
end
4949

5050
resource "pip" do
51-
url "https://www.pypi.org/packages/source/p/pip/pip-21.2.1.tar.gz"
52-
sha256 "303a82aaa24cdc01f7ebbd1afc7d1b871a4aa0a88bb5bedef1fa86a3ee44ca0a"
51+
url "https://www.pypi.org/packages/source/p/pip/pip-21.2.4.tar.gz"
52+
sha256 "0eb8a1516c3d138ae8689c0c1a60fde7143310832f9dc77e11d8a4bc62de193b"
5353
end
5454

5555
resource "wheel" do
56-
url "https://pypi.org/packages/source/w/wheel/wheel-0.36.2.tar.gz"
57-
sha256 "e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e"
56+
url "https://pypi.org/packages/source/w/wheel/wheel-0.37.0.tar.gz"
57+
sha256 "e2ef7239991699e3355d54f8e968a21bb940a1dbf34a4d226741e64462516fad"
5858
end
5959

6060
# Link against libmpdec.so.3, update for mpdecimal.h symbol cleanup.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python Version | Latest revision
88
---------------|----------------
99
Python 3.6 | 3.6.14
1010
Python 3.7 | 3.7.11
11-
Python 3.8 | 3.8.11
11+
Python 3.8 | 3.8.12
1212

1313
## Installing formulae
1414

0 commit comments

Comments
 (0)