python37Packages.loguru: 0.3.1 -> 0.3.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-loguru/versions
This commit is contained in:
R. RyanTM 2019-08-20 04:27:50 -07:00 committed by Frederik Rietdijk
parent 16429eb2c0
commit 7635bd187e

View File

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "loguru";
version = "0.3.1";
version = "0.3.2";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "14pmxyx4kwyafdifqzal121mpdd89lxbjgn0zzi9z6fmzk6pr5h2";
sha256 = "0apd3wcjbyhwzgw0fgzzn4dcgy10pqa8f1vf58d4hmszxvyqn4z3";
};
checkInputs = [ pytest colorama ];