python37Packages.Logbook: 1.5.2 -> 1.5.3

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-logbook/versions
This commit is contained in:
R. RyanTM 2019-10-23 05:22:06 -07:00 committed by Jon
parent 4a2424dada
commit 028f7e0e74

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "Logbook";
version = "1.5.2";
version = "1.5.3";
src = fetchPypi {
inherit pname version;
sha256 = "0mvsig6sk4dywpw5naah1npf6h621qzhg0sd427j5znr06a2ksqs";
sha256 = "1s1gyfw621vid7qqvhddq6c3z2895ci4lq3g0r1swvpml2nm9x36";
};
checkInputs = [ pytest ] ++ lib.optionals (!isPy3k) [ mock ];