Merge pull request #49979 from r-ryantm/auto-update/python3.6-Logbook

python36Packages.Logbook: 1.4.0 -> 1.4.1
This commit is contained in:
Jörg Thalheim 2018-11-09 23:57:57 +00:00 committed by GitHub
commit f3ea31e4d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "Logbook";
version = "1.4.0";
version = "1.4.1";
src = fetchPypi {
inherit pname version;
sha256 = "1n8wzm2nc99gbvb44y2fbb59sy3c4awkwfgy4pbwv7z892ykw2iw";
sha256 = "1nsnz9qdcba85q57qbam6skfvq2k7savn64qdy44cjnh0vkmqdrj";
};
checkInputs = [ pytest ] ++ lib.optionals (!isPy3k) [ mock ];