From 707f284368ca1d11d6fc2c371945b8162ea120b2 Mon Sep 17 00:00:00 2001 From: Sylvain Fankhauser Date: Wed, 20 May 2026 21:29:24 +0200 Subject: [PATCH] python3Packages.django-modelcluster: 6.4.1 -> 6.5 --- .../python-modules/django-modelcluster/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django-modelcluster/default.nix b/pkgs/development/python-modules/django-modelcluster/default.nix index a254022b68dc..42162882aee1 100644 --- a/pkgs/development/python-modules/django-modelcluster/default.nix +++ b/pkgs/development/python-modules/django-modelcluster/default.nix @@ -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 ];