python3Packages.dj-rest-auth: 4.0.1 -> 5.0.0

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:04 +02:00
parent e30d4edaf0
commit b95727f367

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "dj-rest-auth";
version = "4.0.1";
version = "5.0.0";
src = fetchFromGitHub {
owner = "iMerica";
repo = "dj-rest-auth";
rev = "refs/tags/${version}";
hash = "sha256-+ladx0b/bvvUW8zLjtG8IiWWdfPTqqm/KYbEK9uiFaU=";
hash = "sha256-GSNY8AC4KvxHxq+18qTDgSlyKpJvq0kSVRp7NdMHe18=";
};
postPatch = ''