python3Packages.pyzmq: 27.0.1 -> 27.1.0

This commit is contained in:
Martin Weinelt
2026-01-21 15:56:46 +01:00
parent 7a8ca61267
commit 313a018e32
@@ -23,12 +23,12 @@
buildPythonPackage rec {
pname = "pyzmq";
version = "27.0.1";
version = "27.1.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-RcVJIEvCDnSE/9JVX2zwLlckQOzy873WDUQEsg/d9ks=";
hash = "sha256-rAdl49REVa223b9EF9zORg/ECgWXjAjv3ylIBy9ttUA=";
};
build-system = [