python3Packages.zdaemon: 5.1 -> 5.2.1

https://github.com/zopefoundation/zdaemon/blob/5.2.1/CHANGES.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:50 +02:00
parent aca264faf3
commit e684d9d9ea
@@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "zdaemon";
version = "5.1";
version = "5.2.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Iun+UFDq67ngPZrWTk9jzNheBMOP2zUc8RO+9vaNt6Q=";
hash = "sha256-8GwsfK9RnHYINPj+JuVzWVDVAX9y1cII3IsZABQFlM0=";
};
build-system = [ setuptools ];