summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFelix Tenley <dev@felschr.com>2021-05-08 19:45:53 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 11:07:14 -0700
commit975b3fc57309f9bfff765c579d2cd48a852adbda (patch)
tree9334af0a05f6135b344b114827c2c2db2e02650c /pkgs
parent7c710c8b743be981d6fa282a82fa898fef31dddb (diff)
pythonPackages.drf-nested-routers: 0.92.5 -> 0.93.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/drf-nested-routers/default.nix4
1 files 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 d265838526da9..db0212e456977 100644
--- a/pkgs/development/python-modules/drf-nested-routers/default.nix
+++ b/pkgs/development/python-modules/drf-nested-routers/default.nix
@@ -13,13 +13,13 @@
 
 buildPythonPackage rec {
   pname = "drf-nested-routers";
-  version = "0.92.5";
+  version = "0.93.3";
 
   src = fetchFromGitHub {
     owner = "alanjds";
     repo = "drf-nested-routers";
     rev = "v${version}";
-    sha256 = "1l1jza8xz6xcm3gwxh1k6pc8fs95cq3v751gxj497y1a83d26j8i";
+    sha256 = "1gmw6gwiqzfysx8qn7aan7xgkizxy64db94z30pm3bvn6jxv08si";
   };
 
   propagatedBuildInputs = [ django djangorestframework setuptools ];