Skip to content

Commit

Permalink
Merge pull request Homebrew#199084 from Homebrew/bump-pylyzer-0.0.72
Browse files Browse the repository at this point in the history
pylyzer 0.0.72
  • Loading branch information
BrewTestBot authored Nov 26, 2024
2 parents 7187e1b + f6e0f96 commit 209eaa7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/p/pylyzer.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Pylyzer < Formula
desc "Fast static code analyzer & language server for Python"
homepage "https://github.com/mtshiba/pylyzer"
url "https://github.com/mtshiba/pylyzer/archive/refs/tags/v0.0.71.tar.gz"
sha256 "7535555586aef9669e238678e12a7a4003d770c4dd57f1db3f89abf42d27944c"
url "https://github.com/mtshiba/pylyzer/archive/refs/tags/v0.0.72.tar.gz"
sha256 "ae4f7e855f4102977d843003adf70801c77740c028336ca3da1c975bd538ea45"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb75144621cb5cd9e865a4e3097333f918379467b872492bd1d49f5b41f12f09"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9aee8a7f49a6c0a6b6019c758775c63ebc7478a8a71d5a2454ca65eaa83228cc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fd8e90797bf522f577842772a7cfba46695951651484da53c9ebd92b4d5dfa5b"
sha256 cellar: :any_skip_relocation, sonoma: "9740fdd461a3445e970c983eaa2b46343abbac63aec7f143e0ed1e7977cb68c3"
sha256 cellar: :any_skip_relocation, ventura: "a2dcf3cee76280a826da081a1bb5175a72b02afac111ca35c4f1f986c75d283b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "83e772bf179568d440562829ad78c32119f07978b70ae9430986a7abac83926d"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7b08f06cd7e2bce7cda6fba4792deeaca78bbe97506012e1d4e662061525909d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ac19e9380de4d4d61e4b0716e88cf97f9ab9ed4dc2cafe756b758e6c61c7cea"
sha256 cellar: :any_skip_relocation, arm64_ventura: "570fa53a95b61859b1be57a4db997a0d683f16bfd0b09444e49a2759955df239"
sha256 cellar: :any_skip_relocation, sonoma: "a772da8d9fffc1b56d7ec5634a93dac63af9da385d9f0f9d9d17e203cb6a8143"
sha256 cellar: :any_skip_relocation, ventura: "5029f6ae0ac9f85299baaf346711f0cd11873b2c642cafe7da78e3b2f61c9c2e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6e439ce06b1104560bb5473dbaa6e9916d959383c187749a4b8a235590c6f53f"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 209eaa7

Please sign in to comment.