Skip to content

Commit dd93dfe

Browse files
authored
Merge pull request #202702 from Homebrew/bump-pylyzer-0.0.76
pylyzer 0.0.76
2 parents 129d9cf + c32072d commit dd93dfe

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/pylyzer.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Pylyzer < Formula
22
desc "Fast static code analyzer & language server for Python"
33
homepage "https://github.com/mtshiba/pylyzer"
4-
url "https://github.com/mtshiba/pylyzer/archive/refs/tags/v0.0.75.tar.gz"
5-
sha256 "fbf4fed387cbc37f0fda57960fe120c718f35a4616a725a26c754dcb45a57a0f"
4+
url "https://github.com/mtshiba/pylyzer/archive/refs/tags/v0.0.76.tar.gz"
5+
sha256 "e6e60ddcff14ec57e13fd810f57fa105d5ce5a1795fbe58c37684d69dcf4c52d"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7044cab9a95e8712f2aaf1a16557a3c556b7256aaf0cfed60397f64e93dd7a3"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5dec6d7b437c29ef4aeb4848a3fce921de82f8abf04b0960e42a1600082902dc"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "9014cd3816cd0480b42353f2a0bd3d3c5a561c5d2688605dd299b52718586fde"
12-
sha256 cellar: :any_skip_relocation, sonoma: "40a4319621f2a5913adb9d4ea9e3435bf1fd8df8f4ebdc29d7adfbb29df441bd"
13-
sha256 cellar: :any_skip_relocation, ventura: "5e53288ef49bc0dee205fb80f93f0c66fa66ba6e6ef6b5fda6bc02ead74313d5"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f283b924ee9dc2c8c0ccde5affa65973a34c505b508401a4b8d98929a2496fd3"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fe5d70d07ccc4bff79c3c600a981e83fdf3449d6de209f6793585338f342607d"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bec02a0b5e112568b63dfba1270f6158025c6d112e24e995757e0734380889d5"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3780b1549ad07bc77e1b844249d6f019a67d644752d86a0a85eb64e8abfd11d8"
12+
sha256 cellar: :any_skip_relocation, sonoma: "d1a3c112c344dc622e40e5d8710ae236a1e6ebfce288fd3e5cd014482bf605bf"
13+
sha256 cellar: :any_skip_relocation, ventura: "cd20497670ddebcd32b92de5e369bba9aa19bf6b37aa0f461c2de5fa84d85676"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d2b2a8b2c33a83242790e0f0bdd5ec718c869dfd275810b952f7f7c8b13fd252"
1515
end
1616

1717
depends_on "rust" => :build

0 commit comments

Comments
 (0)