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

This commit is contained in:
R. Ryantm
2026-02-23 11:15:16 +00:00
parent 7e04758e1f
commit 2a06025c3b
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "concurrent-log-handler";
version = "0.9.28";
version = "0.9.29";
pyproject = true;
src = fetchPypi {
pname = "concurrent_log_handler";
inherit version;
hash = "sha256-TMJ5abNCAjm9FTd5Jm9A2XE+zoFOMSt6p1POYsbqzbg=";
hash = "sha256-vDenbT84TL9KmPaT69dwVD7cD0zVxqtrxw6eHX1YImU=";
};
build-system = [ hatchling ];