Skip to content

Commit fcc4039

Browse files
authored
python312Packages.django-modelcluster: 6.3 -> 6.4 (#368280)
2 parents 53402f9 + 97d8d57 commit fcc4039

File tree

1 file changed

+4
-4
lines changed
  • pkgs/development/python-modules/django-modelcluster

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/django-modelcluster/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313

1414
buildPythonPackage rec {
1515
pname = "django-modelcluster";
16-
version = "6.3";
16+
version = "6.4";
1717
pyproject = true;
1818

19-
disabled = pythonOlder "3.8";
19+
disabled = pythonOlder "3.9";
2020

2121
src = fetchFromGitHub {
2222
owner = "wagtail";
2323
repo = "django-modelcluster";
24-
rev = "refs/tags/v${version}";
25-
hash = "sha256-AUVl2aidjW7Uu//3HlAod7pxzj6Gs1Xd0uTt3NrrqAU=";
24+
tag = "v${version}";
25+
hash = "sha256-JoDDHvZ9N+7hcIxRsbVrYW8/95iUcNHDQkvtmDVUzws=";
2626
};
2727

2828
build-system = [ setuptools ];

0 commit comments

Comments
 (0)