python37Packages.peewee: 3.7.1 -> 3.8.0

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-peewee/versions
This commit is contained in:
R. RyanTM 2018-12-24 12:44:28 -08:00 committed by worldofpeace
parent 18a5e8c36b
commit fcfdd1d96f

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "peewee";
version = "3.7.1";
version = "3.8.0";
# pypi release does not provide tests
src = fetchFromGitHub {
owner = "coleifer";
repo = pname;
rev = version;
sha256 = "0chn8mknzvkmcmysy2291hanf0vg3sfzqgfc5hqx1nnrd6qkiq8r";
sha256 = "0kqhpalw1587zaz3fcj13mpzs5950l6fm3qlcfqsfp16h8w0s89f";
};