Skip to content

Commit

Permalink
python37Packages.Logbook: 1.5.2 -> 1.5.3
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and Jon committed Oct 23, 2019
1 parent 4a2424d commit 028f7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/Logbook/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit 028f7e0

Please sign in to comment.