pythonPackages.colorlog: 4.7.2 -> 4.8.0

This commit is contained in:
Robert Schütz 2021-03-22 13:03:56 +01:00
parent 64ed9a9a99
commit 4e51f855e5

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 ];