8000 Merge pull request #128135 from p-linnane/bump-pyright-1.1.303 · ArduinoBot/homebrew-core@d79899f · GitHub
[go: up one dir, main page]

Skip to content

Commit d79899f

Browse files
authored
Merge pull request Homebrew#128135 from p-linnane/bump-pyright-1.1.303
pyright 1.1.303
2 parents 4461060 + 0dc412e commit d79899f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/pyright.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
class Pyright < Formula
44
desc "Static type checker for Python"
55
homepage "https://github.com/microsoft/pyright"
6-
url "https://registry.npmjs.org/pyright/-/pyright-1.1.302.tgz"
7-
sha256 "4a8d881e5e3bd916ea32c8f2addcfa17f6dc11ef2fa88d1c9d36035a5efca518"
6+
url "https://registry.npmjs.org/pyright/-/pyright-1.1.303.tgz"
7+
sha256 "cc92ee0907b414ece3d37dbc6af920be3b735e8886743337265df48ccb111753"
88
license "MIT"
99
head "https://github.com/microsoft/pyright.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1e57b31419c0cfec3e0d9bf5c2ab0a71ccf4a2a0763935864c127703ae0a2bce"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "1e57b31419c0cfec3e0d9bf5c2ab0a71ccf4a2a0763935864c127703ae0a2bce"
14-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "1e57b31419c0cfec3e0d9bf5c2ab0a71ccf4a2a0763935864c127703ae0a2bce"
15-
sha256 cellar: :any_skip_relocation, ventura: "62ab482a82d32590a3c1469e86877438dcc2b22094302ee61c1786a6bbd12e25"
16-
sha256 cellar: :any_skip_relocation, monterey: "62ab482a82d32590a3c1469e86877438dcc2b22094302ee61c1786a6bbd12e25"
17-
sha256 cellar: :any_skip_relocation, big_sur: "62ab482a82d32590a3c1469e86877438dcc2b22094302ee61c1786a6bbd12e25"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1e57b31419c0cfec3e0d9bf5c2ab0a71ccf4a2a0763935864c127703ae0a2bce"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c7b09d8444c46a3494a462705dd370836902a0a4771a2251c8aa382bbf461e04"
13+
sha256 cellar: :any_skip_relocation, arm64_monterey: "c7b09d8444c46a3494a462705dd370836902a0a4771a2251c8aa382bbf461e04"
14+
sha256 cellar: :any_skip_relocation, arm64_big_sur: "c7b09d8444c46a3494a462705dd370836902a0a4771a2251c8aa382bbf461e04"
15+
sha256 cellar: :any_skip_relocation, ventura: "a376285d0005058bb96d9f49d2e5ef26f9d74726ed494aac2ef1f772b79671ae"
16+
sha256 cellar: :any_skip_relocation, monterey: "a376285d0005058bb96d9f49d2e5ef26f9d74726ed494aac2ef1f772b79671ae"
17+
sha256 cellar: :any_skip_relocation, big_sur: "a376285d0005058bb96d9f49d2e5ef26f9d74726ed494aac2ef1f772b79671ae"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c7b09d8444c46a3494a462705dd370836902a0a4771a2251c8aa382bbf461e04"
1919
end
2020

2121
depends_on "node"

0 commit comments

Comments
 (0)
0