From 67319c27fd3b3343f20cc1e7005e121bb063b2dc Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 14 Sep 2025 22:15:13 +0000 Subject: [PATCH] python3Packages.drf-nested-routers: 0.94.2 -> 0.95.0 --- .../development/python-modules/drf-nested-routers/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/drf-nested-routers/default.nix b/pkgs/development/python-modules/drf-nested-routers/default.nix index e7ed06183786..ce243c17e2dc 100644 --- a/pkgs/development/python-modules/drf-nested-routers/default.nix +++ b/pkgs/development/python-modules/drf-nested-routers/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "drf-nested-routers"; - version = "0.94.2"; + version = "0.95.0"; format = "setuptools"; src = fetchFromGitHub { owner = "alanjds"; repo = "drf-nested-routers"; tag = "v${version}"; - hash = "sha256-ETRj14xoSv3fGXggg+P7651ZhbsEkxUaTO7ZPpKidRA="; + hash = "sha256-9oB6pmhZJVvVJeueY44q9ST1JgjmK1FF8QMx7mX5ZFI="; }; buildInputs = [ django ];