Skip to content

Commit 0fab813

Browse files
chenrui333BrewTestBot
authored andcommitted
ptpython 3.0.23
Closes Homebrew#123955. Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
1 parent d0f0a0c commit 0fab813

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/ptpython.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Ptpython < Formula
33

44
desc "Advanced Python REPL"
55
homepage "https://github.com/prompt-toolkit/ptpython"
6-
url "https://files.pythonhosted.org/packages/a7/83/bf0a0bc0d0028ec41917c59f81661b66d86e0d0fb329a1aea0acd849e568/ptpython-3.0.22.tar.gz"
7-
sha256 "c097b324406014a005c6b09f493bbbdde571e412360af2ba1551873a10c36cf8"
6+
url "https://files.pythonhosted.org/packages/87/82/59e1ca28959b6350a62d90bbb7d19019b3e50fa01a5828936b300d2b46e1/ptpython-3.0.23.tar.gz"
7+
sha256 "9fc9bec2cc51bc4000c1224d8c56241ce8a406b3d49ec8dc266f78cd3cd04ba4"
88
license "BSD-3-Clause"
99
head "https://github.com/prompt-toolkit/ptpython.git", branch: "master"
1010

@@ -37,13 +37,13 @@ class Ptpython < Formula
3737
end
3838

3939
resource "prompt-toolkit" do
40-
url "https://files.pythonhosted.org/packages/fb/93/180be2342f89f16543ec4eb3f25083b5b84eba5378f68efff05409fb39a9/prompt_toolkit-3.0.36.tar.gz"
41-
sha256 "3e163f254bef5a03b146397d7c1963bd3e2812f0964bb9a24e6ec761fd28db63"
40+
url "https://files.pythonhosted.org/packages/20/58/bbc8510ed1774ea2879b9996d2783d461c3c612904e230ff6954ce23c694/prompt_toolkit-3.0.37.tar.gz"
41+
sha256 "d5d73d4b5eb1a92ba884a88962b157f49b71e06c4348b417dd622b25cdd3800b"
4242
end
4343

4444
resource "wcwidth" do
45-
url "https://files.pythonhosted.org/packages/89/38/459b727c381504f361832b9e5ace19966de1a235d73cdbdea91c771a1155/wcwidth-0.2.5.tar.gz"
46-
sha256 "c4d647b99872929fdb7bdcaa4fbe7f01413ed3d98077df798530e5b04f116c83"
45+
url "https://files.pythonhosted.org/packages/5e/5f/1e4bd82a9cc1f17b2c2361a2d876d4c38973a997003ba5eb400e8a932b6c/wcwidth-0.2.6.tar.gz"
46+
sha256 "a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0"
4747
end
4848

4949
def install

0 commit comments

Comments
 (0)