lol

python310Packages.social-auth-core: 4.4.1 -> 4.4.2

+2 -2
+2 -2
pkgs/development/python-modules/social-auth-core/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "social-auth-core"; 21 - version = "4.4.1"; 21 + version = "4.4.2"; 22 22 format = "setuptools"; 23 23 24 24 disabled = pythonOlder "3.7"; ··· 27 27 owner = "python-social-auth"; 28 28 repo = "social-core"; 29 29 rev = "refs/tags/${version}"; 30 - hash = "sha256-1uRQ+7dPaD7X0GnI4rCaXJNmkc2uE/OLdxy3T7Gg3Bg="; 30 + hash = "sha256-o/qx3bwaj2fiNKM3fafFxOW27JrJ9jG4M4uSnnJDpes="; 31 31 }; 32 32 33 33 propagatedBuildInputs = [