nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.djangorestframework-simplejwt: 5.2.1 -> 5.2.2

+2 -2
+2 -2
pkgs/development/python-modules/djangorestframework-simplejwt/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "djangorestframework-simplejwt"; 14 - version = "5.2.1"; 14 + version = "5.2.2"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; ··· 19 19 src = fetchPypi { 20 20 pname = "djangorestframework_simplejwt"; 21 21 inherit version; 22 - hash = "sha256-dhOHTDIqP24zDMEY+fAKPblX/qf4477YG6RRhTzR29U="; 22 + hash = "sha256-0n1LysLGOU9njeqLTQ1RHG4Yp/Lriq7rin3mAa63fEI="; 23 23 }; 24 24 25 25 nativeBuildInputs = [