Skip to content

Commit

Permalink
python312Packages.django-modelcluster: 6.3 -> 6.4 (#368280)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 1, 2025
2 parents 53402f9 + 97d8d57 commit fcc4039
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit fcc4039

Please sign in to comment.