Merge pull request #314245 from r-ryantm/auto-update/python311Packages.django-oauth-toolkit

python311Packages.django-oauth-toolkit: 2.3.0 -> 2.4.0
This commit is contained in:
OTABI Tomoya 2024-05-26 14:28:22 +09:00 committed by GitHub
commit a708249301
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "django-oauth-toolkit";
version = "2.3.0";
version = "2.4.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "jazzband";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-oGg5MD9p4PSUVkt5pGLwjAF4SHHf4Aqr+/3FsuFaybY=";
hash = "sha256-nfLjjVp+6OsjFdJHUZ2gzZic/E/sCklj+YeFyb/EZdw=";
};
postPatch = ''