Unverified Commit 36336afd authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 0f325981 0878f65e
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 = "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 ];