Merge pull request #145855 from dotlambda/colorlog-6.6.0

python3Packages.colorlog: 6.5.0 -> 6.6.0
This commit is contained in:
Robert Schütz 2021-11-16 09:31:30 -08:00 committed by GitHub
commit 53c23d11e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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