3
0
Fork 0
forked from mirrors/nixpkgs

python37Packages.django_modelcluster: 5.0 -> 5.0.1

This commit is contained in:
R. RyanTM 2020-01-27 22:28:25 +00:00
parent 4311cfa157
commit f2d6f567ee

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";