forked from mirrors/nixpkgs
python37Packages.django_modelcluster: 5.0 -> 5.0.1
This commit is contained in:
parent
4311cfa157
commit
f2d6f567ee
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue