python3Packages.django-oauth-toolkit: 3.1.0 -> 3.2.0 (#479761)

This commit is contained in:
Nick Cao
2026-01-13 21:28:44 +00:00
committed by GitHub
@@ -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 ];