python37Packages.django_modelcluster: 4.4 -> 5.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-django-modelcluster/versions
This commit is contained in:
R. RyanTM 2019-08-20 02:51:07 -07:00
parent ffbb4d26f9
commit 2c8a0aaedb

View file

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