python3Packages.peewee: 0.13.3 -> 0.14.4

This commit is contained in:
Guillaume Girol 2021-05-07 12:00:00 +00:00 committed by Michael Lingelbach
parent 3f053cf4ab
commit d7ba1c9cfd

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "peewee";
version = "3.13.3";
version = "3.14.4";
# pypi release does not provide tests
src = fetchFromGitHub {
owner = "coleifer";
repo = pname;
rev = version;
sha256 = "1r67hxb9m6v0xbnbqfnsw6dahmdr94pf81b4x51jfw6x9sa4izi4";
sha256 = "0x85swpaffysc05kka0mab87cnilzw1lpacfhcx5ayabh0i2qsh6";
};