python312Packages.django-modelcluster: 6.3 -> 6.4 (#368280)

This commit is contained in:
Weijia Wang
2025-01-01 23:31:13 +01:00
committed by GitHub
@@ -13,16 +13,16 @@
buildPythonPackage rec {
pname = "django-modelcluster";
version = "6.3";
version = "6.4";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "wagtail";
repo = "django-modelcluster";
rev = "refs/tags/v${version}";
hash = "sha256-AUVl2aidjW7Uu//3HlAod7pxzj6Gs1Xd0uTt3NrrqAU=";
tag = "v${version}";
hash = "sha256-JoDDHvZ9N+7hcIxRsbVrYW8/95iUcNHDQkvtmDVUzws=";
};
build-system = [ setuptools ];