3
0
Fork 0
forked from mirrors/nixpkgs

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

python37Packages.peewee: 3.9.6 -> 3.10.0
This commit is contained in:
Marek Mahut 2019-08-20 21:08:59 +02:00 committed by GitHub
commit cc2f671815
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.9.6";
version = "3.10.0";
# pypi release does not provide tests
src = fetchFromGitHub {
owner = "coleifer";
repo = pname;
rev = version;
sha256 = "1pgmsd7v73d0gqxsa4wnm9s3lyffw46wvvkqn25xgh4v8z869fg2";
sha256 = "166h7vy3j0v4h2jnyiwpmpqgmn95381a5ra40ghghy0fqd9v49g8";
};