pythonPackages.colorlog: 4.8.0 -> 5.0.1

This commit is contained in:
Robert Schütz 2021-04-13 17:20:03 +02:00
parent 14773ce5e7
commit f4092dd6f0

View File

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