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

This commit is contained in:
R. Ryantm
2026-01-13 17:10:32 +00:00
parent 892e95f560
commit 0878f65ecd
@@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "django-oauth-toolkit";
version = "3.1.0";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jazzband";
repo = "django-oauth-toolkit";
tag = version;
hash = "sha256-c7LaB8426qjwDveec3BghqCEtPs572PTVodvLAO2CcQ=";
hash = "sha256-jUIZfLi8Xm9v40k1hefKv96z2pXch+9V+xMaZSUW1pw=";
};
build-system = [ setuptools ];