Commit dd1ad22f authored by R. RyanTM's avatar R. RyanTM
Browse files

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

parent 6f1c0c2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''