maturin 0.12.17

Closes #101923.

Signed-off-by: Branch Vincent <19800529+branchvincent@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2022-05-19 14:39:46 -04:00 committed by BrewTestBot
parent f0b5f54bf2
commit bdc17d270a
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.12.16.tar.gz"
sha256 "ed16a1d751636d63f5b97f5c8e36024fd8aff5553057725ee2168e61e1f9d81a"
url "https://github.com/PyO3/maturin/archive/refs/tags/v0.12.17.tar.gz"
sha256 "99a138c070455053a29a2dbcfeec7e28cc5d370691f02ea07467b2cd636fce3f"
license "MIT"
head "https://github.com/PyO3/maturin.git", branch: "main"