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

This commit is contained in:
R. Ryantm
2023-04-10 10:15:51 +00:00
parent e41c8ea86d
commit 68312e278a
@@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "concurrent-log-handler";
version = "0.9.20";
version = "0.9.22";
src = fetchPypi {
inherit pname version;
hash = "sha256-n6KtYUdKE3tWQnAr0z8hgVWYqsuh51E5s3zrLO3aj58=";
hash = "sha256-+PnlhCkrnzpLR3VwGP3xr8i/lynxiKW2dQrNih5+P8k=";
};
propagatedBuildInputs = [