From e39436ca7200fd89f6f0f608031b6bb86d5c9b8a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 3 Oct 2022 10:48:51 -0400 Subject: [PATCH] python3-pyzmq: update to 24.0.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 3f06925a8d7..7ac14ad6b53 100644 --- a/srcpkgs/python3-pyzmq/template +++ b/srcpkgs/python3-pyzmq/template @@ -1,6 +1,6 @@ # Template file for 'python3-pyzmq' pkgname=python3-pyzmq -version=24.0.0 +version=24.0.1 revision=1 wrksrc="pyzmq-${version}" build_style=python3-module @@ -15,7 +15,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=13b008bd142c9f6079ad75a30504eef2291502e9eac90e722b16fcf9ce856147 +checksum=216f5d7dbb67166759e59b0479bca82b8acf9bed6015b526b8eb10143fb08e77 pre_build() { cat > setup.cfg <<-EOF