Merge pull request #59653 from r-ryantm/auto-update/python3.7-django-modelcluster

python37Packages.django_modelcluster: 4.3 -> 4.4
This commit is contained in:
Renaud 2019-05-07 17:17:59 +02:00 committed by GitHub
commit 83780cb758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "django-modelcluster";
version = "4.3";
version = "4.4";
src = fetchPypi {
inherit pname version;
sha256 = "407845f0c16b6f17547a65864657377446e0b3aa8a629b032bf5053f87f82fe9";
sha256 = "02mrs7aapabapfh7h7n71s8r7zxkmad3yk4rdyfwcf0x36326rsr";
};
doCheck = false;