From 6d9ec7859f9f11e5deb48761ef6f7510b2bb383c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 5 Dec 2023 09:50:45 -0500 Subject: [PATCH] python3-pyzmq: update to 25.1.2. --- srcpkgs/python3-pyzmq/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template index 7427bcb34c7..75e86b18565 100644 --- a/srcpkgs/python3-pyzmq/template +++ b/srcpkgs/python3-pyzmq/template @@ -1,7 +1,7 @@ # Template file for 'python3-pyzmq' pkgname=python3-pyzmq -version=25.1.1 -revision=2 +version=25.1.2 +revision=1 build_style=python3-module make_build_args="--zmq=${XBPS_CROSS_BASE}/usr" hostmakedepends="python3-setuptools python3-packaging" @@ -14,7 +14,7 @@ license="LGPL-3.0-or-later, BSD-3-Clause" homepage="https://pyzmq.readthedocs.io/" changelog="https://pyzmq.readthedocs.io/en/latest/changelog.html" distfiles="${PYPI_SITE}/p/pyzmq/pyzmq-${version}.tar.gz" -checksum=259c22485b71abacdfa8bf79720cd7bcf4b9d128b30ea554f01ae71fdbfdaa23 +checksum=93f1aa311e8bb912e34f004cf186407a4e90eec4f0ecc0efd26056bf7eda0226 pre_build() { cat > setup.cfg <<-EOF