python37Packages.peewee: 3.8.1 -> 3.8.2

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 2019-01-27 06:03:10 -08:00 committed by worldofpeace
parent 9c2c5eec14
commit 88fac8aa40

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "peewee";
version = "3.8.1";
version = "3.8.2";
# pypi release does not provide tests
src = fetchFromGitHub {
owner = "coleifer";
repo = pname;
rev = version;
sha256 = "0z6fdihmvqfg0ysa94g4w2w7146fsi2gnrgh90b4i1s3wj8iaxqy";
sha256 = "0h6wr7yq4cpnh2ypm83asvs2y54346f5j9xbg4lwb0w3rgr9zndq";
};