python312Packages.django-tastypie: 0.14.7 -> 0.15.0 (#357756)

This commit is contained in:
Nick Cao 2024-11-21 08:38:27 -05:00 committed by GitHub
commit b0a25ca403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "django-tastypie";
version = "0.14.7";
version = "0.15.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "django-tastypie";
repo = "django-tastypie";
rev = "refs/tags/v${version}";
hash = "sha256-bQBq5Wk5P9c+/a5B+LnxG8aCrVK1A3jLsLFK69/UYjo=";
hash = "sha256-StXWqwGVILXtK53fa2vSNXSIf7UGfdn7iJyOIzdnth4=";
};
build-system = [ setuptools ];