python3Packages.concurrent-log-handler: 0.9.26 -> 0.9.28

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-05 04:36:46 +02:00
parent 3804955c6f
commit 25d3205d43

View File

@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "concurrent-log-handler";
version = "0.9.26";
version = "0.9.28";
pyproject = true;
src = fetchPypi {
pname = "concurrent_log_handler";
inherit version;
hash = "sha256-jyK/eXJKAVK56X2cLc9OyzOWB8gL8xL2gGYHAkMAa0k=";
hash = "sha256-TMJ5abNCAjm9FTd5Jm9A2XE+zoFOMSt6p1POYsbqzbg=";
};
build-system = [ hatchling ];