python310Packages.dj-rest-auth: 3.0.0 -> 4.0.1

This commit is contained in:
R. Ryantm 2023-06-11 15:31:13 +00:00 committed by Martin Weinelt
parent 8d8492057b
commit 39b470e118

View File

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