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

python37Packages.peewee: 3.9.3 -> 3.9.5
This commit is contained in:
worldofpeace 2019-05-02 15:16:26 -04:00 committed by GitHub
commit 58c3930a4f
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.3";
version = "3.9.5";
# pypi release does not provide tests
src = fetchFromGitHub {
owner = "coleifer";
repo = pname;
rev = version;
sha256 = "1frwwqkk0y1bkcm7bdzbyv2119vv640ncgs4d55zhbs70fxm2ylj";
sha256 = "0c2hkkpp9rajnw5px17wd72x95k7wc2a0iy55pjhi5ly2cqd9ylv";
};