python3Packages.django-oauth-toolkit: 3.2.0 -> 3.3.0

This commit is contained in:
R. Ryantm
2026-06-05 21:15:14 +00:00
parent 457ad1dc57
commit d2f91d5e74
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "django-oauth-toolkit";
version = "3.2.0";
version = "3.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-oauth-toolkit";
tag = version;
hash = "sha256-jUIZfLi8Xm9v40k1hefKv96z2pXch+9V+xMaZSUW1pw=";
hash = "sha256-eRQzAFUvSgoDiP7LW/+hMrNxHuXVxY+wc/E3VU/zeXo=";
};
build-system = [ setuptools ];