maturin 0.14.5

Closes #117628.

Signed-off-by: Dawid Dziurla <9713907+dawidd6@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
messense 2022-12-08 12:51:08 +08:00 committed by BrewTestBot
parent a9e2a7d20f
commit 895cee7ea7
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 class Maturin < Formula
desc "Build and publish Rust crates as Python packages" desc "Build and publish Rust crates as Python packages"
homepage "https://github.com/PyO3/maturin" homepage "https://github.com/PyO3/maturin"
url "https://github.com/PyO3/maturin/archive/refs/tags/v0.14.4.tar.gz" url "https://github.com/PyO3/maturin/archive/refs/tags/v0.14.5.tar.gz"
sha256 "a5c9e64dd98733397d915a10cae241c12428023e679a3c7aa968bded82e5b065" sha256 "444e302f2ea55c95cf032453022fa075986c20a03ea6b5ec901a15c19bb89b6b"
license any_of: ["Apache-2.0", "MIT"] license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/PyO3/maturin.git", branch: "main" head "https://github.com/PyO3/maturin.git", branch: "main"