Skip to content

Commit

Permalink
Merge pull request #200054 from Homebrew/bump-maturin-1.7.8
Browse files Browse the repository at this point in the history
maturin 1.7.8
  • Loading branch information
BrewTestBot authored Dec 4, 2024
2 parents 05cfde7 + 73667f3 commit e1f64e1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/m/maturin.rb
Original file line number Diff line number Diff line change
@@ -1,18 +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.7.tar.gz"
sha256 "791e471100076a555a53a1a76642b6cf1a7774f07cadefadd524d31cb8ae499d"
url "https://github.com/PyO3/maturin/archive/refs/tags/v1.7.8.tar.gz"
sha256 "ba17ef703c501613cf561e889ce10aa09f8caa475a34155584fa15a5315b344c"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/PyO3/maturin.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0eb24d2faba6bb78847d5414ba5670ee34f1334ce62dac0bc364217a21f30f2"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "983537f21f351fe5c12ecdb6099ffa4275501b565dd16df359bef899ea07234b"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1f2bc0fb26774ab63a4f63213da4d53bef3d550f9ec92a6825bd9ae3e3483326"
sha256 cellar: :any_skip_relocation, sonoma: "05ec20a6a9c1f6a4e32b6e1960f971214be9f43096f431326428c034283ad16b"
sha256 cellar: :any_skip_relocation, ventura: "90f1f0212aa82aa71838976db3e04b30bd877b0d95ef61f7001342cf77426c8d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6d1707d03de31b959e760196cc409e4d68241e18e4339480d966533d1a8a3ea1"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f95371d69fca9103c48459ef74723638519dbe94ef1078c4bedf13ab8c580ca1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f8b1f972077f5dc1c0993da2798b43ad48e1e4cc50cf511d0c858f4bb3a8bebc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fe837ef5a1d7963fec6f5966e7a6fa3eed577bd57826522d26f626e95fd95cbc"
sha256 cellar: :any_skip_relocation, sonoma: "89db0cd205739216b7bc252f43f595d12bb3f1709d8447bda17a047f7fb074ce"
sha256 cellar: :any_skip_relocation, ventura: "674e9fef96d7520819a3576ac029bf970e814570875840c4635fc0d1f6537c9d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "9ef28487cd888a49f24e98f3e4ccaec68ac79893fc9cdff6194cc13bba7b2aae"
end

depends_on "[email protected]" => :test
Expand Down

0 comments on commit e1f64e1

Please sign in to comment.