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

python37Packages.django_modelcluster: 5.0 -> 5.0.1
This commit is contained in:
Mario Rodas 2020-01-27 18:32:54 -05:00 committed by GitHub
commit e5a015bd85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "django-modelcluster";
version = "5.0";
version = "5.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "0zcn1b0lp9dg6xvz8p8v1hrrgqj71izqalqz2dp1nz5rbj3s34x2";
sha256 = "1fk7fh30i0fzi0hjd841vxh25iryvgp4lirmxfpq428w4nq7p1bg";
};
disabled = pythonOlder "3.5";