pythonPackages.drf-nested-routers: 0.92.5 -> 0.93.3

This commit is contained in:
Felix Tenley 2021-05-08 19:45:53 +02:00 committed by Jonathan Ringer
parent 7c710c8b74
commit 975b3fc573

View file

@ -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 ];