python312Packages.django-model-utils: 4.5.1 -> 5.0.0 (#341942)

This commit is contained in:
OTABI Tomoya 2024-09-21 14:52:08 +09:00 committed by GitHub
commit fb09bbd121
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "django-model-utils";
version = "4.5.1";
version = "5.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "jazzband";
repo = "django-model-utils";
rev = "refs/tags/${version}";
hash = "sha256-GaBTCrEwEkJyVeY5YVptPioYcmivyQtBKjs+TgC9IqA=";
hash = "sha256-iRtTYXsgD8NYG3k9ZWAr2Nwazo3HUa6RgdbMeDxc7NI=";
};
build-system = [ setuptools-scm ];