Merge pull request #236601 from r-ryantm/auto-update/python310Packages.django-oauth-toolkit

python310Packages.django-oauth-toolkit: 2.2.0 -> 2.3.0
This commit is contained in:
Weijia Wang 2023-06-08 15:18:40 +03:00 committed by GitHub
commit b6abfbae47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "django-oauth-toolkit";
version = "2.2.0";
version = "2.3.0";
format = "setuptools";
src = fetchFromGitHub {
owner = "jazzband";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-mynchdvrfBGKMeFFb2oDaANhtSCxq85Nibx7GfSY2nQ=";
hash = "sha256-oGg5MD9p4PSUVkt5pGLwjAF4SHHf4Aqr+/3FsuFaybY=";
};
postPatch = ''