We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b658f commit 66400a2Copy full SHA for 66400a2
Formula/m/maturin.rb
@@ -1,8 +1,8 @@
1
class Maturin < Formula
2
desc "Build and publish Rust crates as Python packages"
3
homepage "https://github.com/PyO3/maturin"
4
- url "https://github.com/PyO3/maturin/archive/refs/tags/v1.7.7.tar.gz"
5
- sha256 "791e471100076a555a53a1a76642b6cf1a7774f07cadefadd524d31cb8ae499d"
+ url "https://github.com/PyO3/maturin/archive/refs/tags/v1.7.8.tar.gz"
+ sha256 "ba17ef703c501613cf561e889ce10aa09f8caa475a34155584fa15a5315b344c"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/PyO3/maturin.git", branch: "main"
8
0 commit comments