Merge pull request #54096 from r-ryantm/auto-update/python3.7-peewee

python37Packages.peewee: 3.8.0 -> 3.8.1
This commit is contained in:
Jörg Thalheim 2019-01-16 21:40:20 +00:00 committed by GitHub
commit a0fc112ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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