maturin 0.14.0

Closes #116192.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2022-11-19 13:12:41 -05:00 committed by BrewTestBot
parent aba9014b76
commit f181b57753
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
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/v0.13.7.tar.gz"
sha256 "8a30a01efc35f301a97e18718631d406144a8cddb91a7ba4485b0f45e8e27af0"
url "https://github.com/PyO3/maturin/archive/refs/tags/v0.14.0.tar.gz"
sha256 "58570326634c1e51b774851a777cda8fa70ad7f6f0218c29382ccf7fc57b595f"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/PyO3/maturin.git", branch: "main"