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 11 buildPythonPackage rec { 12 pname = "django-tastypie"; 13 - version = "0.14.7"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.7"; ··· 19 owner = "django-tastypie"; 20 repo = "django-tastypie"; 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-bQBq5Wk5P9c+/a5B+LnxG8aCrVK1A3jLsLFK69/UYjo="; 23 }; 24 25 build-system = [ setuptools ];
··· 10 11 buildPythonPackage rec { 12 pname = "django-tastypie"; 13 + version = "0.15.0"; 14 pyproject = true; 15 16 disabled = pythonOlder "3.7"; ··· 19 owner = "django-tastypie"; 20 repo = "django-tastypie"; 21 rev = "refs/tags/v${version}"; 22 + hash = "sha256-StXWqwGVILXtK53fa2vSNXSIf7UGfdn7iJyOIzdnth4="; 23 }; 24 25 build-system = [ setuptools ];