Merge pull request #117226 from dotlambda/colorlog-4.8.0

pythonPackages.colorlog: 4.7.2 -> 4.8.0
This commit is contained in:
Sandro 2021-03-22 23:03:20 +01:00 committed by GitHub
commit f4430c23a4
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.7.2";
version = "4.8.0";
src = fetchPypi {
inherit pname version;
sha256 = "0lc2r105hxbyh29dsgczdi379lh57gnbj56jsxi5g9rqcihmpl0q";
sha256 = "sha256-WbUxYMYJAsQFzewo04NW4J1AaGZZBIiT4CbsvViVFrE=";
};
checkInputs = [ pytestCheckHook ];