python310Packages.concurrent-log-handler: 0.9.22 -> 0.9.24

This commit is contained in:
R. Ryantm
2023-06-11 03:10:16 +00:00
parent 6cd32fc973
commit 1c2e4767d3
@@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "concurrent-log-handler";
version = "0.9.22";
version = "0.9.24";
src = fetchPypi {
inherit pname version;
hash = "sha256-+PnlhCkrnzpLR3VwGP3xr8i/lynxiKW2dQrNih5+P8k=";
hash = "sha256-APVkbG5fb8Y2VFNvO0Sqorm3SyMkXhT1JY7ZHOOdEuI=";
};
propagatedBuildInputs = [