Merge pull request #141074 from dotlambda/colorlog-6.5.0

This commit is contained in:
Martin Weinelt 2021-10-09 13:40:22 +02:00 committed by GitHub
commit a111e246c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "colorlog";
version = "6.4.1";
version = "6.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "af99440154a01f27c09256760ea3477982bf782721feaa345904e806879df4d8";
sha256 = "cf62a8e389d5660d0d22be17937b25b9abef9497ddc940197d1773aa1f604339";
};
checkInputs = [ pytestCheckHook ];