0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.django-modelcluster: 5.2 -> 6.0

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:06 +02:00
parent 7413e9a91c
commit a9e82fa16f

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "django-modelcluster";
version = "5.2";
version = "6.0";
src = fetchPypi {
inherit pname version;
sha256 = "e541a46a0a899ef4778a4708be22e71cac3efacc09a6ff44bc065c5c9194c054";
sha256 = "sha256-zc/+9br103We4ExbYP+vGgyV/A8mXnYvPd+t3jOU5ds=";
};
disabled = pythonOlder "3.5";