Skip to content

Commit 66400a2

Browse files
committed
maturin 1.7.8
1 parent c1b658f commit 66400a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/m/maturin.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Maturin < Formula
22
desc "Build and publish Rust crates as Python packages"
33
homepage "https://github.com/PyO3/maturin"
4-
url "https://github.com/PyO3/maturin/archive/refs/tags/v1.7.7.tar.gz"
5-
sha256 "791e471100076a555a53a1a76642b6cf1a7774f07cadefadd524d31cb8ae499d"
4+
url "https://github.com/PyO3/maturin/archive/refs/tags/v1.7.8.tar.gz"
5+
sha256 "ba17ef703c501613cf561e889ce10aa09f8caa475a34155584fa15a5315b344c"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/PyO3/maturin.git", branch: "main"
88

0 commit comments

Comments
 (0)