Commit 69b41146 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.social-auth-app-django: 5.3.0 -> 5.4.0

parent cb44be3b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildPythonPackage rec {
  pname = "social-auth-app-django";
  version = "5.3.0";
  version = "5.4.0";

  src = fetchFromGitHub {
    owner = "python-social-auth";
    repo = "social-app-django";
    rev = "refs/tags/${version}";
    hash = "sha256-YJsE8YfLaUsBjwehheic6YG+6robWeBzKL3T7V0c8E8=";
    hash = "sha256-CZF1DA4UUnmGfdmWlBJ0zJIYx1E03a7Z7Y6WJNFU68M=";
  };

  propagatedBuildInputs = [