Skip to content

Commit

Permalink
Merge pull request #199110 from Homebrew/bump-maturin-1.7.5
Browse files Browse the repository at this point in the history
maturin 1.7.5
  • Loading branch information
BrewTestBot authored Nov 26, 2024
2 parents 366912a + c597e0d commit 3ca7af7
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Formula/m/maturin.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
class Maturin < Formula
desc "Build and publish Rust crates as Python packages"
homepage "https://github.com/PyO3/maturin"
url "https://github.com/PyO3/maturin/archive/refs/tags/v1.7.4.tar.gz"
sha256 "19edb033a7d744dd2b4722218d9db47dadb633948577f957b44d8c9b8eececc8"
url "https://github.com/PyO3/maturin/archive/refs/tags/v1.7.5.tar.gz"
sha256 "e0c82ba54e5b410c9641db653581b995f6ec9f7a44e10a2cc6a8f75ce3797c2a"
license any_of: ["Apache-2.0", "MIT"]
revision 1
head "https://github.com/PyO3/maturin.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "565437267821f6f495b7cac9cca4753b43fa1e2eb760bf83d11fb9420ea75cc8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c4fb18c3ba4bd4f773fcdd8e961b3314a2f3d61adf06497715ea98ac42c5e5ee"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7ca1c609fea5a30f8094a07ac834bef702994f6fe1f7a740100a0efaab6a6d25"
sha256 cellar: :any_skip_relocation, sonoma: "1acf90a18579f828719b504d2ffbab74dfd21606293d2e8f6eb1f3e530ae3f1a"
sha256 cellar: :any_skip_relocation, ventura: "05e279fe87e2e07580647f842719b36c90b71e86928d1379c48b3bf6d720c059"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a95136b390e0172132bd495a90ecdb99e7a7638096e6e4f290b8dfda3cea4a3b"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "88a63869f72b1cbd552701d989c8cde7d51cd4503f955eb86797c11b0f3f8915"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f7413a1ce352bb4e4b81dfdf70487d6992a2de95f2ffffae8d7aa7c37c9cb0b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "01e725dec32794803ac57634a124594c87ed17841442fd1018e1e2a64deec27f"
sha256 cellar: :any_skip_relocation, sonoma: "e4ff50c642e37e53281cf8ce3d28674d8c33e86a4d86208d16839be998aa8a6b"
sha256 cellar: :any_skip_relocation, ventura: "d34147513268f169d81367fbe81c66b7b297bb9385a2a1662b13b6459f103432"
sha256 cellar: :any_skip_relocation, x86_64_linux: "fe45f423c8110066bff523e78fe5898b43b7ad9fa6666a23dc447d22dab02095"
end

depends_on "python@3.13" => :test
Expand Down

0 comments on commit 3ca7af7

Please sign in to comment.