python3Packages.django-modelcluster: 6.4.1 -> 6.5

This commit is contained in:
Sylvain Fankhauser
2026-05-20 21:29:24 +02:00
parent 4d16b2c300
commit 707f284368
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "django-modelcluster";
version = "6.4.1";
version = "6.5";
pyproject = true;
src = fetchFromGitHub {
owner = "wagtail";
repo = "django-modelcluster";
tag = "v${version}";
hash = "sha256-LVCYjbKN53740hr5Tl0JRbx17g35fnauZHIKQNkb5Kc=";
hash = "sha256-jIEiwWuC+sudUHsHuG975nxrlC2yKZN/QjdvMKEeL6s=";
};
build-system = [ setuptools ];