Skip to content

Commit

Permalink
Merge pull request #200607 from Homebrew/bump-rye-0.43.0
Browse files Browse the repository at this point in the history
rye 0.43.0
  • Loading branch information
BrewTestBot authored Dec 10, 2024
2 parents d45c38b + 27f5eb4 commit 462c836
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/r/rye.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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.42.0.tar.gz"
sha256 "71b61b8ef6b2aa1c9633b18e72d2f2b06fd3f47264cf276bc7f65e4ec0b1c7af"
url "https://github.com/astral-sh/rye/archive/refs/tags/0.43.0.tar.gz"
sha256 "e4106514141a2369802852346ad652f9b10d30b42e89d2e8e6c4a1dcbc65db6b"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a2a41e057e4b94d62ac68b66a166db48b27cf62ea26dbbe8e3eb6b9e0d56121"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ccbeec24953d010cb0871a4a38d3edd59459fc67ce8564ea16946af84e154f6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "a6d2e9e9101a5e7c2012fab9839e89e2a13fe5cfebdcc163fd2209dd398911c4"
sha256 cellar: :any_skip_relocation, sonoma: "b80c7bfd8057edd00512624295a85981998c3fca20dc979dfff9c0ac37c3ff69"
sha256 cellar: :any_skip_relocation, ventura: "c38f22278fdb7573997f955a56f5d507f9d6d6b4e9959946bfbfa671346d3c08"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d9c176fb98283e386f377e1fa2e2a39bd0597572daecbd27098f2ff387aa9fc1"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d37a06c4a25db7bf068e0c534215482fd1ad649b6ef7c295a89368f46b30527"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "55d4940ca01a25e10130857de4c5b3a71d828c4fddd3579fd3740b8f72405f86"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b48117cf72dd83653d6eeabb027a32bed37efb8815e9818a4c40c3019959df4c"
sha256 cellar: :any_skip_relocation, sonoma: "ab8662050bf34d342b01a155170dad6157cbf7c75a2dbcebae6212ceb36ffc68"
sha256 cellar: :any_skip_relocation, ventura: "9c0b2d9a507b2a3dcb9a0c3352b581115115f22f781026d6b6f998f7a2c1be11"
sha256 cellar: :any_skip_relocation, x86_64_linux: "3ac3c7319165ae16dcf4d98c9f29ca0c44cee22f365a126970b5d870d5a0865a"
end

depends_on "rust" => :build
Expand Down

0 comments on commit 462c836

Please sign in to comment.