python310Packages.djangorestframework-simplejwt: 5.2.0 -> 5.2.1

This commit is contained in:
R. Ryantm 2022-10-02 01:51:48 +00:00
parent ae1d03834e
commit 95bf0d35e0

View File

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "djangorestframework-simplejwt";
version = "5.2.0";
version = "5.2.1";
src = fetchPypi {
pname = "djangorestframework_simplejwt";
inherit version;
sha256 = "sha256-pgsJr7J9ka0deskEzGMr1Szs6tjzifD6FTLOsPt1enQ=";
sha256 = "sha256-dhOHTDIqP24zDMEY+fAKPblX/qf4477YG6RRhTzR29U=";
};
nativeBuildInputs = [