From 297a154a667415359625f35e2926afda5d722445 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 3 Sep 2023 08:56:37 +0200 Subject: [PATCH] python311Packages.django-tastypie: 0.14.5 -> 0.14.6 Diff: https://github.com/django-tastypie/django-tastypie/compare/refs/tags/v0.14.5...v0.14.6 Changelog: https://github.com/django-tastypie/django-tastypie/releases/tag/v0.14.6 --- 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 8056aca7100e..004773037e88 100644 --- a/pkgs/development/python-modules/django-tastypie/default.nix +++ b/pkgs/development/python-modules/django-tastypie/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "django-tastypie"; - version = "0.14.5"; + version = "0.14.6"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "django-tastypie"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-RgYinpo8eVzRaSkcnFkSq+IqpcFt6LCCHkpHyB/7u5M="; + hash = "sha256-emZVcycGLa8Z2yMv/NWZi1b5fPk50u841cFfFF3Ke/s="; }; propagatedBuildInputs = [