python310Packages.djangorestframework-simplejwt: 5.2.2 -> 5.3.0

This commit is contained in:
R. Ryantm
2023-08-28 04:34:50 +00:00
parent f0c82885ee
commit 196a8438ee
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "djangorestframework-simplejwt";
version = "5.2.2";
version = "5.3.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "djangorestframework_simplejwt";
inherit version;
hash = "sha256-0n1LysLGOU9njeqLTQ1RHG4Yp/Lriq7rin3mAa63fEI=";
hash = "sha256-jkxd/KjRHAuKZt/YpOP8HGqn6hiNEJB/+RyUL0tS7WY=";
};
nativeBuildInputs = [