3
0
Fork 0
forked from mirrors/nixpkgs

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

python37Packages.peewee: 3.9.5 -> 3.9.6
This commit is contained in:
Mario Rodas 2019-06-18 06:41:03 -05:00 committed by GitHub
commit e321cc2919
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.5";
version = "3.9.6";
# pypi release does not provide tests
src = fetchFromGitHub {
owner = "coleifer";
repo = pname;
rev = version;
sha256 = "0c2hkkpp9rajnw5px17wd72x95k7wc2a0iy55pjhi5ly2cqd9ylv";
sha256 = "1pgmsd7v73d0gqxsa4wnm9s3lyffw46wvvkqn25xgh4v8z869fg2";
};