Merge pull request #292334 from r-ryantm/auto-update/python311Packages.django-modelcluster

python311Packages.django-modelcluster: 6.2.1 -> 6.3
This commit is contained in:
Robert Scott 2024-03-04 22:22:25 +00:00 committed by GitHub
commit 3089dd9089
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "django-modelcluster";
version = "6.2.1";
version = "6.3";
format = "setuptools";
disabled = pythonOlder "3.5";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "wagtail";
repo = "django-modelcluster";
rev = "refs/tags/v${version}";
hash = "sha256-y2jGSZvTeSnpWDFJ+aNGofTEtMMlY9TrXZjQeET5OhY=";
hash = "sha256-AUVl2aidjW7Uu//3HlAod7pxzj6Gs1Xd0uTt3NrrqAU=";
};
propagatedBuildInputs = [