From 95da592b656c6bf52eee3c2c59c2deaa03e9d497 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 6 Aug 2024 11:32:14 -0400 Subject: [PATCH] python3-setuptools-rust: update to 1.10.1. --- srcpkgs/python3-setuptools-rust/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-setuptools-rust/template b/srcpkgs/python3-setuptools-rust/template index 6bf7d8f4f2a..37041a38782 100644 --- a/srcpkgs/python3-setuptools-rust/template +++ b/srcpkgs/python3-setuptools-rust/template @@ -1,6 +1,6 @@ # Template file for 'python3-setuptools-rust' pkgname=python3-setuptools-rust -version=1.9.0 +version=1.10.1 revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools_scm python3-wheel" @@ -10,8 +10,8 @@ maintainer="Andrew J. Hesford " license="MIT" homepage="https://github.com/PyO3/setuptools-rust" changelog="https://raw.githubusercontent.com/PyO3/setuptools-rust/master/CHANGELOG.md" -distfiles="${PYPI_SITE}/s/setuptools-rust/setuptools-rust-${version}.tar.gz" -checksum=704df0948f2e4cc60c2596ad6e840ea679f4f43e58ed4ad0c1857807240eab96 +distfiles="${PYPI_SITE}/s/setuptools_rust/setuptools_rust-${version}.tar.gz" +checksum=d79035fc54cdf9342e9edf4b009491ecab06c3a652b37c3c137c7ba85547d3e6 # Tests have unpackaged dependencies make_check=no