Unverified Commit 190c3300 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #221647 from r-ryantm/auto-update/python310Packages.social-auth-app-django

python310Packages.social-auth-app-django: 5.0.0 -> 5.1.0
parents 41318bfe cfa79e45
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildPythonPackage rec {
  pname = "social-auth-app-django";
  version = "5.0.0";
  version = "5.1.0";

  src = fetchFromGitHub {
    owner = "python-social-auth";
    repo = "social-app-django";
    rev = version;
    hash = "sha256-ONhdXxclHRpVtijpKEZlmGDhjid/jnTaPq6LQtjxCC4=";
    rev = "refs/tags/${version}";
    hash = "sha256-QZZSwPyQKtcKe1Dij4MjRnKGudg6A6cmS4FGb2F1goY=";
  };

  propagatedBuildInputs = [