python311Packages.django-oauth-toolkit: 2.3.0 -> 2.4.0

This commit is contained in:
R. Ryantm 2024-05-24 10:02:30 +00:00
parent 6f1c0c2dfa
commit dd1ad22fe3

@ -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 = ''