python37Packages.loguru: 0.3.0 -> 0.3.1

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-07-20 01:52:49 -07:00 committed by Frederik Rietdijk
parent 6df2174523
commit 3f06014e39

View file

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