python310Packages.djangorestframework-simplejwt: 5.2.1 -> 5.2.2

This commit is contained in:
R. Ryantm 2022-10-22 03:44:53 +00:00
parent 935e3d8fe4
commit c5d7a5d7a2

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "djangorestframework-simplejwt";
version = "5.2.1";
version = "5.2.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "djangorestframework_simplejwt";
inherit version;
hash = "sha256-dhOHTDIqP24zDMEY+fAKPblX/qf4477YG6RRhTzR29U=";
hash = "sha256-0n1LysLGOU9njeqLTQ1RHG4Yp/Lriq7rin3mAa63fEI=";
};
nativeBuildInputs = [