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

This commit is contained in:
R. Ryantm 2022-02-14 04:21:31 +00:00 committed by Jonathan Ringer
parent f61d06c5e1
commit a13d0a7054

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "concurrent-log-handler";
version = "0.9.19";
version = "0.9.20";
src = fetchPypi {
inherit pname version;
hash = "sha256-sS95q+0/lBIcJc6cJM21fYiSguxv9h9VNasgaNw31Ak=";
hash = "sha256-n6KtYUdKE3tWQnAr0z8hgVWYqsuh51E5s3zrLO3aj58=";
};
propagatedBuildInputs = [