Merge pull request #119344 from dotlambda/colorlog-5.0.1

pythonPackages.colorlog: 4.8.0 -> 5.0.1
This commit is contained in:
Sandro 2021-04-13 18:59:38 +02:00 committed by GitHub
commit bb2dd3ea94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "colorlog";
version = "4.8.0";
version = "5.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-WbUxYMYJAsQFzewo04NW4J1AaGZZBIiT4CbsvViVFrE=";
sha256 = "sha256-8XwBOgaWKwL0RJ7gfP2+ayh98p78LJoVFbSjdvTliOo=";
};
checkInputs = [ pytestCheckHook ];