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
1 changed files with 2 additions and 2 deletions

View File

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