python37Packages.loguru: 0.5.1 -> 0.5.3

gstqt5
R. RyanTM 2020-09-30 04:51:57 +00:00 committed by Jon
parent 2fe02c2890
commit 08d3b647f2
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "loguru";
version = "0.5.1";
version = "0.5.3";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "70201d5fce26da89b7a5f168caa2bb674e06b969829f56737db1d6472e53e7c3";
sha256 = "b28e72ac7a98be3d28ad28570299a393dfcd32e5e3f6a353dec94675767b6319";
};
checkInputs = [ pytestCheckHook colorama ];