From 09f97a2704b0dc542f793c43c2c0a70648cb7e0c Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 11 Aug 2023 09:42:48 -0400 Subject: [PATCH] python3-pyzmq: update to 25.1.1. --- srcpkgs/python3-pyzmq/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-pyzmq/template b/srcpkgs/python3-pyzmq/template index d7403f464df..599bf8dd98b 100644 --- a/srcpkgs/python3-pyzmq/template +++ b/srcpkgs/python3-pyzmq/template @@ -1,6 +1,6 @@ # Template file for 'python3-pyzmq' pkgname=python3-pyzmq -version=25.1.0 +version=25.1.1 revision=1 build_style=python3-module make_build_args="--zmq=${XBPS_CROSS_BASE}/usr" @@ -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=80c41023465d36280e801564a69cbfce8ae85ff79b080e1913f6e90481fb8957 +checksum=259c22485b71abacdfa8bf79720cd7bcf4b9d128b30ea554f01ae71fdbfdaa23 pre_build() { cat > setup.cfg <<-EOF