From 8eac8f5a78706294c1d954a1a41a268d6c4e2c5d Mon Sep 17 00:00:00 2001 From: gitea Date: Mon, 16 Feb 2026 14:16:52 +0000 Subject: [PATCH] =?UTF-8?q?maturin:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=B4=D0=BE=20=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D1=81=D0=B8=D0=B8=201.12.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- maturin/alr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maturin/alr.sh b/maturin/alr.sh index a2daeca..137f9ff 100644 --- a/maturin/alr.sh +++ b/maturin/alr.sh @@ -3,7 +3,7 @@ name=( maturin python3-maturin ) -version='1.12.1' +version='1.12.2' release='1' desc='Build and publish crates with pyo3, rust-cpython and cffi bindings' desc_ru='Сборка и публикация крейтов с привязками pyo3, rust-cpython и cffi' @@ -14,7 +14,7 @@ architectures=('amd64') license=('Apache-2.0 OR MIT') sources=("https://github.com/PyO3/maturin/archive/v$version/$basepkg_name-v$version.tar.gz") -checksums=('8651c4a7ba5b05283c0880a71f4b3880a04e2f06a9071d3e8022a9172f189b56') +checksums=('1f65e093d242c7e8df9fbc9c24da71e3e007965b619b1ade0c1ea76bda05309c') meta_maturin() { desc="Build and publish crates with pyo3, rust-cpython and cffi bindings"