mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.social-auth-app-django: 5.8.0 -> 5.9.0
Diff: https://github.com/python-social-auth/social-app-django/compare/5.8.0...5.9.0 Changelog: https://github.com/python-social-auth/social-app-django/blob/5.9.0/CHANGELOG.md
This commit is contained in:
parent
fb9c3e09b4
commit
181a52a499
1 changed files with 2 additions and 2 deletions
|
|
@ -11,14 +11,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "social-auth-app-django";
|
||||
version = "5.8.0";
|
||||
version = "5.9.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "python-social-auth";
|
||||
repo = "social-app-django";
|
||||
tag = version;
|
||||
hash = "sha256-NAUCA+FMMgY4xMYspiRO5Kt/S2jbSKDRnBxwmATYxKo=";
|
||||
hash = "sha256-kyiN7HblqN66Slrub2IphCXBBy6UKxd7PbVHkjuHzkI=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue