Skip to content

Commit

Permalink
Merge pull request #172222 from Homebrew/bump-rye-0.34.0
Browse files Browse the repository at this point in the history
rye 0.34.0
  • Loading branch information
BrewTestBot authored May 20, 2024
2 parents d6d8bca + 21e99bf commit 7c60904
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Formula/r/rye.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
class Rye < Formula
desc "Experimental Package Management Solution for Python"
homepage "https://rye-up.com/"
url "https://github.com/astral-sh/rye/archive/refs/tags/0.33.0.tar.gz"
sha256 "13eb48496be1f10f043551eadc1446d0c85a31bc2a3d2117fb02d9ecd869d99c"
url "https://github.com/astral-sh/rye/archive/refs/tags/0.34.0.tar.gz"
sha256 "a5dfb435e5aab92388d8950d8772c753a15b34593916279d1e7edb64a9277340"
license "MIT"

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3f3fcd590cd13367c4299e81b5fe5599df71c89ae78da31c92bafda06b8a2c0"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4b28f6ab1cb399962655ebaa25dca7b0ce4a5828f0e18ccd2a20db4ffb57755a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "98b410681143db77d757355135b7665ddc45307f8a300bd67b5b1bc6500c0943"
sha256 cellar: :any_skip_relocation, sonoma: "be86f886969be552818bc6fb39b45a413bae014340539b60355f1258038de647"
sha256 cellar: :any_skip_relocation, ventura: "b494771a3811266b77f7e462ab6f79201382c30c27d76fe17ccd1aa2081bf262"
sha256 cellar: :any_skip_relocation, monterey: "590d7fdc8cdc290c2645919fb14d33571264ec82a25a188511064476a01b9a2e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7227ea63c00bcab8cbc4c38669342f787d1523e09a421343d04b9b89972685ef"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3e41615465f5aac05607e470cc620722c75b39832774d1307a6ff985838b6bf1"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d4f36a2de6d780c8e982d75c7ef3edf45e191e2941ee2cbfe90c148a218d018f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "27ad93144c345a062bc3f202b4dda5313af24a65a4a68b899ff67fa57e04e90d"
sha256 cellar: :any_skip_relocation, sonoma: "b4edbd9ef5558393c45742c52a38d355a0bfb2d561e6a2d78eeac7d031e5b13f"
sha256 cellar: :any_skip_relocation, ventura: "dc0333ab9a08b104e61cff0b1bef810e2a7c55f108168d76f2b0592d0257e85b"
sha256 cellar: :any_skip_relocation, monterey: "f2276b5bb545491365158fe8bdf5a279c13a075d52b3cd4efece0dda8665a007"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9ec07ee9564eb8e1e26e41da634c140f1fa4787026dcfe60c22b7d055811820e"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 7c60904

Please sign in to comment.