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

authored by Nick Cao and committed by GitHub b0a25ca4 5e1bfacd

+2 -2
+2 -2
pkgs/development/python-modules/django-tastypie/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "django-tastypie"; 13 - version = "0.14.7"; 13 + version = "0.15.0"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 19 19 owner = "django-tastypie"; 20 20 repo = "django-tastypie"; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-bQBq5Wk5P9c+/a5B+LnxG8aCrVK1A3jLsLFK69/UYjo="; 22 + hash = "sha256-StXWqwGVILXtK53fa2vSNXSIf7UGfdn7iJyOIzdnth4="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];