1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

Merge pull request #69853 from r-ryantm/auto-update/python3.7-Logbook

python37Packages.Logbook: 1.4.3 -> 1.5.2
This commit is contained in:
Jon 2019-09-30 10:23:33 -07:00 committed by GitHub
commit fc5c7f3325
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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