From 1cff24292d710c3cf0f3c20f417905504d426060 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Feb 2025 00:19:38 +0100 Subject: [PATCH] python313Packages.django-tastypie: 0.15.0 -> 0.15.1 Diff: https://github.com/django-tastypie/django-tastypie/compare/refs/tags/v0.15.0...v0.15.1 Changelog: https://github.com/django-tastypie/django-tastypie/releases/tag/v0.15.1 --- pkgs/development/python-modules/django-tastypie/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/django-tastypie/default.nix b/pkgs/development/python-modules/django-tastypie/default.nix index 2c91b4e02a23..61f9080fc30b 100644 --- a/pkgs/development/python-modules/django-tastypie/default.nix +++ b/pkgs/development/python-modules/django-tastypie/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "django-tastypie"; - version = "0.15.0"; + version = "0.15.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "django-tastypie"; repo = "django-tastypie"; tag = "v${version}"; - hash = "sha256-StXWqwGVILXtK53fa2vSNXSIf7UGfdn7iJyOIzdnth4="; + hash = "sha256-KmBI8kHcmRfbNIfBEz5pHyseWcWnfP3tq6GAPi4tdhE="; }; build-system = [ setuptools ];