Skip to content

Commit

Permalink
Merge pull request #202776 from Homebrew/bump-maturin-1.8.1
Browse files Browse the repository at this point in the history
maturin 1.8.1
  • Loading branch information
BrewTestBot authored Dec 30, 2024
2 parents c84f400 + d14c61a commit f14ce85
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.8.0.tar.gz"
sha256 "481c6b354ef06d5eb5c52a7ab8bc01463927a291dabea2bf3257d56edd827f16"
url "https://github.com/PyO3/maturin/archive/refs/tags/v1.8.1.tar.gz"
sha256 "8ddaf1655509ae079406635654cbc0c73d622e7c2a537f2465a83e8021dd0cc4"
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: "a4521bb2dbeaff9c7c8682297cc9b51dda5453dc482896bfd70c299fee3aa2a1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6c41f4a8997c896bafb73ffacd80bd18ba7fdb04dde86e1b3f91016f11f4ede7"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ae081244e9c75bdd6739ab52a11b72fde931814b498c2c5fda21e407da0bb95e"
sha256 cellar: :any_skip_relocation, sonoma: "706c448382900788314774f13d632d3b04c716e0a827f2fd794a0459ad9e02dc"
sha256 cellar: :any_skip_relocation, ventura: "77d8a81d377dcb3bb5f9c2079170671139f68ab212a759f707c82e9ec57df81d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cdeec08dad9132ee7d99d9a87353fba37f965eeecc93cde6b26586b59811f983"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "801242f1efb4fbf7292fb8c6f85d231656aed389f714e980317af9bb43beb637"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3b3c1d29c8e7faf4f0e37e5a5f3bc036667eefa055c85adc48de3727aac50537"
sha256 cellar: :any_skip_relocation, arm64_ventura: "559878ad61e991022d66beff777d1d797ba07a31700156f9be59e5d267fe9ab7"
sha256 cellar: :any_skip_relocation, sonoma: "b87b83851d8fc3d68369212fd0e66a22e112c8ddd3d7f513112e555826792cea"
sha256 cellar: :any_skip_relocation, ventura: "1e64f075a7bc91c8c96e89d474e3793751ffc9d1a43564f79a28b12e3eadac08"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cb7f7e1fea18ba95a20433f193a4a5ca298146e60403152c0897954834131e1b"
end

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

0 comments on commit f14ce85

Please sign in to comment.